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:
44444545 with :
4646 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'
5050` ` `
51-
5251this example shows how to test stack for a given environment:
5352
5453` ` ` yaml
@@ -57,7 +56,7 @@ this example shows how to test stack for a given environment:
57565857 with :
5958 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'
6362` ` `
You can’t perform that action at this time.
0 commit comments