mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
updated var assignment
This commit is contained in:
parent
6d4ae4c345
commit
49fd477d95
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ run featurebase in linux amd64 node:
|
|||
- aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
|
||||
- aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
|
||||
- aws configure set region "us-east-2"
|
||||
- INSTANCE_ID=$(cat linux-amd64-instance.txt)
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue