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 57
57
with :
58
58
query_file_path : ' ./stackql/scripts/deploy-instances/deploy-instances.iql'
59
59
data_file_path : ' ./stackql/data/vars.jsonnet'
60
+ is_command : ' true'
60
61
vars : GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
61
62
62
63
- name : check if we have 4 instances using stackql-assert
@@ -72,11 +73,13 @@ jobs:
72
73
uses : stackql/stackql-exec@v2.2.3
73
74
with :
74
75
query_file_path : ' ./stackql/scripts/stop-instances/stop-instances.iql'
76
+ is_command : ' true'
75
77
76
78
- name : " [CLEANUP] delete instances using stackql-exec"
77
79
uses : stackql/stackql-exec@v2.2.3
78
80
with :
79
81
query_file_path : ' ./stackql/scripts/delete-instances/delete-instances.iql'
82
+ is_command : ' true'
80
83
data_file_path : ' ./stackql/data/vars.jsonnet'
81
84
vars : GOOGLE_PROJECT=${{ env.GOOGLE_PROJECT }},GOOGLE_ZONE=${{ env.GOOGLE_ZONE }}
82
85
You can’t perform that action at this time.
0 commit comments