mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
removed targets flag
This commit is contained in:
parent
fe6bea04c2
commit
aa4c7aa901
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ run featurebase in linux amd64 node:
|
|||
- aws configure set region "us-east-2"
|
||||
- INSTANCE_ID=$(echo "$(<linux-amd64-instance.txt)")
|
||||
script:
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --targets "Key=InstanceIds,Values=${echo $INSTANCE_ID}" --cli-input-json file://.gitlab/configureFeatureBase.json
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --instance-ids $INSTANCE_ID --cli-input-json file://.gitlab/configureFeatureBase.json
|
||||
- sleep 120
|
||||
needs:
|
||||
job:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue