mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
access array value
This commit is contained in:
parent
49fd477d95
commit
32eb7ab097
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ run featurebase in linux amd64 node:
|
|||
- INSTANCE_ID=$(echo "$(<linux-amd64-instance.txt)")
|
||||
- echo $INSTANCE_ID
|
||||
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[0][0]}" --cli-input-json file://.gitlab/configureFeatureBase.json
|
||||
- sleep 120
|
||||
needs:
|
||||
job:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue