Skip to content

Commit

Permalink
Merge pull request #19415 from MushuEE/master
Browse files Browse the repository at this point in the history
Remove auto-update from gcloud run step from Kettle
  • Loading branch information
k8s-ci-robot committed Oct 1, 2020
2 parents 40af883 + da861d9 commit 6d2ef7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kettle/runner.sh
Expand Up @@ -19,9 +19,6 @@ set -o pipefail

# A wrapper script for running kettle

# Update gcloud
gcloud components update

# Authenticate gcloud
if [[ -n "${GOOGLE_APPLICATION_CREDENTIALS:-}" ]]; then
gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}"
Expand Down

0 comments on commit 6d2ef7f

Please sign in to comment.