File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261 run : |
262262
263263 echo "Running terraform output for artifacts_bucket_name"
264- ARTIFACTS_BUCKET=$(cd modules && terraform output -raw artifacts_bucket_name)
264+ ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name)
265265 ARTIFACTS_BUCKET_OUTPUT=$(echo "ARTIFACTS_BUCKET=${ARTIFACTS_BUCKET}")
266266 # echo "ARTIFACTS_BUCKET_OUTPUT=${ARTIFACTS_BUCKET_OUTPUT}" >> $GITHUB_ENV
267267
@@ -278,7 +278,7 @@ jobs:
278278 ./scripts/deploy.sh \
279279 /home/runner/work/dce/dce/bin/build_artifacts.zip \
280280 cd\
281- ARTIFACTS_BUCKET_OUTPUT
281+ ${ ARTIFACTS_BUCKET_OUTPUT}
282282
283283 # Functional Tests --> TODO need to fix the test failures
284284 # - name: Functional Tests
You can’t perform that action at this time.
0 commit comments