mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fixed syntax error
This commit is contained in:
parent
d3cc4d7f2a
commit
22c0815288
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=$(cat linux-amd64-instance.txt)
|
||||
script:
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --targets "Key=InstanceIds,Values={$INSTANCE_ID}" --cli-input-json file://.gitlab/configureFeatureBase.json
|
||||
- aws ssm send-command --document-name "AWS-RunShellScript" --targets "Key=InstanceIds,Values=$INSTANCE_ID" --cli-input-json file://.gitlab/configureFeatureBase.json
|
||||
- sleep 120
|
||||
needs:
|
||||
job:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue