File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5757 with :
5858 query_file_path : ' ./stackql/scripts/deploy-instances/deploy-instances.iql'
5959 data_file_path : ' ./stackql/data/vars.jsonnet'
60+ is_command : ' true'
6061 vars : GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
6162
6263 - name : check if we have 4 instances using stackql-assert
@@ -72,11 +73,13 @@ jobs:
7273 uses : stackql/stackql-exec@v2.2.3
7374 with :
7475 query_file_path : ' ./stackql/scripts/stop-instances/stop-instances.iql'
76+ is_command : ' true'
7577
7678 - name : " [CLEANUP] delete instances using stackql-exec"
7779 uses : stackql/stackql-exec@v2.2.3
7880 with :
7981 query_file_path : ' ./stackql/scripts/delete-instances/delete-instances.iql'
82+ is_command : ' true'
8083 data_file_path : ' ./stackql/data/vars.jsonnet'
8184 vars : GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
8285
You can’t perform that action at this time.
0 commit comments