Skip to content

Commit

Permalink
run go mod tidy after ingesting lastest build to accound for depend…
Browse files Browse the repository at this point in the history
…ency changes (#5661)
  • Loading branch information
ScottSuarez authored Jan 27, 2022
1 parent e7ac477 commit 291de30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/containers/downstream-builder/generate_downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if [ "$REPO" == "terraform-validator" ] || [ "$REPO" == "tf-conversion" ]; then
git clone --depth=1 --branch=$BRANCH https://modular-magician:$GITHUB_TOKEN@github.com/$SCRATCH_OWNER/terraform-provider-google converters/google/provider
rm -rf ./converters/google/provider/.git
go mod edit -replace github.com/hashicorp/terraform-provider-google@v0.0.0=./converters/google/provider
go mod tidy

make build
export TFV_CREATE_GENERATED_FILES=true
Expand Down

0 comments on commit 291de30

Please sign in to comment.