mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
fixed jobs dependencies and added args
This commit is contained in:
parent
aac3b0768c
commit
53766f47ca
1 changed files with 3 additions and 1 deletions
|
|
@ -201,4 +201,6 @@ deploy node for linux amd64:
|
|||
stage: lint
|
||||
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
|
||||
script:
|
||||
- ./qa/scripts/deployNode.sh
|
||||
- ./qa/scripts/deployNode.sh $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $AWS_SSH_PRIVATE_KEY
|
||||
needs:
|
||||
- job: build for linux amd64
|
||||
Loading…
Add table
Reference in a new issue