Skip to content

Commit a112301

Browse files
committed
updated workflow
1 parent 9cda923 commit a112301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stackql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: pull Google docs
3030
shell: bash
3131
run: |
32-
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
32+
stackql exec "REGISTRY PULL google"
3333
3434
- name: dry run StackQL query
3535
shell: bash
@@ -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 || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
41+
--output text -H --dryrun
4242
4343
- name: deploy instances using stackql-exec
4444
uses: stackql/stackql-exec@v1.3.1
@@ -89,7 +89,7 @@ jobs:
8989
- name: pull Google docs
9090
shell: bash
9191
run: |
92-
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
92+
stackql exec "REGISTRY PULL google"
9393
9494
- uses: hashicorp/setup-terraform@v2
9595

0 commit comments

Comments
 (0)