Skip to content

Commit

Permalink
Add go mod tidy before go list
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Sep 2, 2024
1 parent 3f1dd21 commit f0edb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ steps:
docker tag gcr.io/$PROJECT_ID/log_signer:latest deployment_trillian-log-signer
# Bring up an ephemeral trillian instance using the docker-compose config in the Trillian repo:
go mod tidy
export TRILLIAN_PATH="$(go list -f '{{.Dir}}' github.com/google/trillian)"
# We need to fix up Trillian's docker-compose to connect to the CloudBuild network to that tests can use it:
Expand Down

0 comments on commit f0edb8a

Please sign in to comment.