Skip to content

Commit 0acd6f8

Browse files
committed
remove go clean --modcache to avoid long running time
1 parent 5223f89 commit 0acd6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config-tf-dev-override.sh

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -ex
33

44
TF_CONFIG_FILE="tf-dev-override.tfrc"
55

6-
go clean --modcache
76
go list -json -m github.com/hashicorp/terraform-provider-google-beta
87
REPLACE_DIR=`go list -json -m github.com/hashicorp/terraform-provider-google-beta | jq -r '.Dir // empty'`
98
VERSION=`go list -json -m github.com/hashicorp/terraform-provider-google-beta | jq -r .Version`

0 commit comments

Comments
 (0)