File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments