Commit ef9c85b
committed
fix: use
- This tool doesn't clean up any generated lockfiles; if a lockfile
already exists (from a previous run), it's possible to get an error
like
"locked provider registry.terraform.io/hashicorp/google 6.4.0 does not
match"
- Use Terraform's `-chdir` option rather than `cd`-chdir and -upgrade in terraform_validate wrapper1 parent a9c4772 commit ef9c85b
File tree
1 file changed
+2
-5
lines changed- infra/build/developer-tools/build/scripts/task_wrapper_scripts
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
0 commit comments