Skip to content

Commit 73971f2

Browse files
committed
test workflow
1 parent b56182d commit 73971f2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,17 +267,14 @@ jobs:
267267
echo "Starting to print the artifacts bucket name 3"
268268
echo "${ARTIFACTS_BUCKET_OUTPUT}"
269269
270-
echo "Starting to print the artifacts bucket name 4"
271-
echo "ARTIFACTS_BUCKET_OUTPUT"
272-
273-
274270
echo "Running terraform output for namespace"
275271
NAMESPACE=$(cd modules && terraform output namespace)
276272
echo "Output namespace: ${NAMESPACE}"
277-
./scripts/deploy.sh \
273+
274+
./scripts/deploy.sh \
278275
/home/runner/work/dce/dce/bin/build_artifacts.zip \
279276
cd\
280-
"${ARTIFACTS_BUCKET_OUTPUT}"
277+
"${ARTIFACTS_BUCKET}"
281278
282279
# Functional Tests --> TODO need to fix the test failures
283280
# - name: Functional Tests

0 commit comments

Comments
 (0)