Skip to content

Commit a593a49

Browse files
committed
updated workflow
1 parent 063a576 commit a593a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackql.yml

Lines changed: 2 additions & 2 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"
32+
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
3333
3434
- name: dry run StackQL query
3535
shell: bash
@@ -89,7 +89,7 @@ jobs:
8989
- name: pull Google docs
9090
shell: bash
9191
run: |
92-
stackql --version
92+
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
9393
9494
- uses: hashicorp/setup-terraform@v2
9595

0 commit comments

Comments
 (0)