Skip to content

Commit 3620a97

Browse files
committed
test workflow
1 parent 8d6c0ab commit 3620a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)