Skip to content

Commit 9cda923

Browse files
committed
updated workflow
1 parent a593a49 commit 9cda923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-i ./stackql/scripts/deploy-instances/deploy-instances.iql \
3939
--iqldata ./stackql/data/vars.jsonnet \
4040
--var GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }} \
41-
--output text -H --dryrun
41+
--output text -H --dryrun || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
4242
4343
- name: deploy instances using stackql-exec
4444
uses: stackql/stackql-exec@v1.3.1

0 commit comments

Comments
 (0)