Skip to content

Commit

Permalink
Use Trillian master branch in Cloud Build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robstradling committed Nov 15, 2024
1 parent cb14dcb commit fa3dbdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudbuild_postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ steps:
# Bring up an ephemeral trillian instance using the docker-compose config in the Trillian repo:
export TRILLIAN_LOCATION="$$(go list -f '{{.Dir}}' github.com/google/trillian)"
# To test #1618 with Cloud Build we need to use Trillian's master branch.
# TODO: Remove this after the next Trillian release after v1.6.1.
git clone https://github.com/google/trillian trillian_master
export TRILLIAN_LOCATION="$$(pwd)/trillian_master"
# We need to fix up Trillian's docker-compose to connect to the CloudBuild network to that tests can use it:
echo -e "networks:\n default:\n external:\n name: cloudbuild" >> $${TRILLIAN_LOCATION}/examples/deployment/postgresql/docker-compose.yml
Expand Down

0 comments on commit fa3dbdb

Please sign in to comment.