Commit a114c01
Felix Garcia Borrego
Use the command env-vars-file instead of env-var-file. (#45)
As defined in the docs, the command should be '--env-vars-file' https://cloud.google.com/functions/docs/env-var
Running the original code we just get Error: ` unrecognized arguments: --env-var-file=ci-env.yaml (did you mean '--env-vars-file'?)`1 parent 9543382 commit a114c01
File tree
2 files changed
+2
-2
lines changed- invoker/function-maven-plugin/src
- main/java/com/google/cloud/functions/plugin
- test/java/com/google/cloud/functions/plugin
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments