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 a593a49 commit 9cda923Copy full SHA for 9cda923
.github/workflows/stackql.yml
@@ -38,7 +38,7 @@ jobs:
38
-i ./stackql/scripts/deploy-instances/deploy-instances.iql \
39
--iqldata ./stackql/data/vars.jsonnet \
40
--var GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }} \
41
- --output text -H --dryrun
+ --output text -H --dryrun || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
42
43
- name: deploy instances using stackql-exec
44
uses: stackql/stackql-exec@v1.3.1
0 commit comments