We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56182d commit 73971f2Copy full SHA for 73971f2
.github/workflows/build.yaml
@@ -267,17 +267,14 @@ jobs:
267
echo "Starting to print the artifacts bucket name 3"
268
echo "${ARTIFACTS_BUCKET_OUTPUT}"
269
270
- echo "Starting to print the artifacts bucket name 4"
271
- echo "ARTIFACTS_BUCKET_OUTPUT"
272
-
273
274
echo "Running terraform output for namespace"
275
NAMESPACE=$(cd modules && terraform output namespace)
276
echo "Output namespace: ${NAMESPACE}"
277
- ./scripts/deploy.sh \
+
+ ./scripts/deploy.sh \
278
/home/runner/work/dce/dce/bin/build_artifacts.zip \
279
cd\
280
- "${ARTIFACTS_BUCKET_OUTPUT}"
+ "${ARTIFACTS_BUCKET}"
281
282
# Functional Tests --> TODO need to fix the test failures
283
# - name: Functional Tests
0 commit comments