From 22c081528833aef34b259a230831eaa581e79372 Mon Sep 17 00:00:00 2001 From: Souhaila Noor Date: Mon, 8 Nov 2021 10:31:57 -0600 Subject: [PATCH] fixed syntax error --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index fb71ade61..b018ef816 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -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: