Skip to content

Commit

Permalink
Added gcloud upgrade to integration and acceptance tests (#1078)
Browse files Browse the repository at this point in the history
## Proposed Changes
- Build image used for integration and acceptance steps used to use
outdated gcloud CLI version
  • Loading branch information
balamut-google authored Aug 29, 2024
2 parents e2306f6 + 24533f9 commit c25d392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cloudbuild/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ steps:
# Authenticate
/builder/kubectl.bash
gcloud components update --quiet
./hack/acceptance-test.sh
- id: integration tests
Expand Down Expand Up @@ -509,7 +509,7 @@ steps:
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.22.0/pack-v0.22.0-linux.tgz" | tar -C /usr/local/bin/ --no-same-owner -xzv pack)
apt-get update
apt-get install zip -y
gcloud components update --quiet
# Authenticate
/builder/kubectl.bash
Expand Down

0 comments on commit c25d392

Please sign in to comment.