Skip to content

Commit

Permalink
fix: install auth plugin on gke environment tests (#1232)
Browse files Browse the repository at this point in the history
* install auth plugin on gke environment tests

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
daniel-sanche and gcf-owl-bot[bot] authored Dec 19, 2022
1 parent 50fd0dc commit d18bbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/environment_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 63,9 @@ if [[ "${ENVIRONMENT}" == "kubernetes" ]]; then
mkdir -p ~/.local/bin
mv ./kubectl ~/.local/bin
export PATH=$PATH:~/.local/bin
# install auth plugin
gcloud components install gke-gcloud-auth-plugin -q
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
fi

# create a unique id for this run
Expand Down

0 comments on commit d18bbba

Please sign in to comment.