File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -256,13 +256,12 @@ jobs:
256256 # echo "ARTIFACTS_BUCKET=${ARTIFACTS_BUCKET}"
257257 # Deploy Application Code to AWS -- > TODO ARTIFACTS_BUCKET_NAME and NAMESPACE values are hardcoded as -raw flag or jq are throwing errors
258258 - name : Deploy Application Code
259- env :
260- ARTIFACTS_BUCKET : ${{ env.ARTIFACTS_BUCKET }}
261259 run : |
262260
263261 echo "Running terraform output for artifacts_bucket_name"
264262 ARTIFACTS_BUCKET=$(cd modules && terraform output artifacts_bucket_name | tr -d '"') # Remove quotes and newlines
265263 ARTIFACTS_BUCKET_OUTPUT=$(echo "ARTIFACTS_BUCKET=${ARTIFACTS_BUCKET}")
264+ echo "ARTIFACTS_BUCKET_OUTPUT=${ARTIFACTS_BUCKET_OUTPUT}" >> $GITHUB_ENV
266265 # echo "ARTIFACTS_BUCKET_OUTPUT=${ARTIFACTS_BUCKET_OUTPUT}" >> $GITHUB_ENV
267266
268267 echo "Starting to print the artifacts bucket name 3"
@@ -278,7 +277,7 @@ jobs:
278277 ./scripts/deploy.sh \
279278 /home/runner/work/dce/dce/bin/build_artifacts.zip \
280279 cd\
281- ${ARTIFACTS_BUCKET_OUTPUT}
280+ " ${ARTIFACTS_BUCKET_OUTPUT}"
282281
283282 # Functional Tests --> TODO need to fix the test failures
284283 # - name: Functional Tests
You can’t perform that action at this time.
0 commit comments