File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ jobs:
44
44
45
45
with :
46
46
command : ' build'
47
- stack-dir : ' examples/k8s-the-hard-way'
48
- stack-env : ' dev'
49
- env-vars : ' GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
47
+ stack_dir : ' examples/k8s-the-hard-way'
48
+ stack_env : ' dev'
49
+ env_vars : ' GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
50
50
` ` `
51
-
52
51
this example shows how to test stack for a given environment:
53
52
54
53
` ` ` yaml
@@ -57,7 +56,7 @@ this example shows how to test stack for a given environment:
57
56
58
57
with :
59
58
command : ' test'
60
- stack-dir : ' examples/k8s-the-hard-way'
61
- stack-env : ' sit'
62
- env-vars : ' GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
59
+ stack_dir : ' examples/k8s-the-hard-way'
60
+ stack_env : ' sit'
61
+ env_vars : ' GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo'
63
62
` ` `
You can’t perform that action at this time.
0 commit comments