Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 16, 2023
1 parent 9cda923 commit a112301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stackql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: pull Google docs
shell: bash
run: |
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
stackql exec "REGISTRY PULL google"
- name: dry run StackQL query
shell: bash
Expand All @@ -38,7 +38,7 @@ jobs:
-i ./stackql/scripts/deploy-instances/deploy-instances.iql \
--iqldata ./stackql/data/vars.jsonnet \
--var GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }} \
--output text -H --dryrun || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
--output text -H --dryrun
- name: deploy instances using stackql-exec
uses: stackql/[email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: pull Google docs
shell: bash
run: |
stackql exec "REGISTRY PULL google" || (exitcode=$?; if [ $exitcode -ne 1 ]; then exit $exitcode; fi)
stackql exec "REGISTRY PULL google"
- uses: hashicorp/setup-terraform@v2

Expand Down

0 comments on commit a112301

Please sign in to comment.