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 063a576 commit a593a49Copy full SHA for a593a49
.github/workflows/stackql.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: pull Google docs
30
shell: bash
31
run: |
32
- stackql exec "REGISTRY PULL google"
+ stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
33
34
- name: dry run StackQL query
35
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
- stackql --version
93
94
- uses: hashicorp/setup-terraform@v2
95
0 commit comments