Skip to content

Commit

Permalink
Removes unnecessary check from the cloudbuild file
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Dec 3, 2024
1 parent 498d76c commit 296ef94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ steps:
fi
testClusterLocation="${region}"
if [ "$1" = 'local' ]
then
gcloud auth login
fi
gcloud container clusters get-credentials "$testCluster" --region="$testClusterLocation" --project="$PROJECT_ID"
if [ "$cloudProduct" = gke-autopilot ] ; then
Expand Down

0 comments on commit 296ef94

Please sign in to comment.