Skip to content

Commit

Permalink
chore(tests): install google-cloud-sdk-app-engine-go without gcloud (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Aug 10, 2021
1 parent 6d6d6ca commit 0b60ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/environment.sh
Expand Up @@ -65,7 +65,7 @@ echo $ENVCTL_ID

# If App Engine, install app-engine-go component
if [[ $ENVIRONMENT == *"appengine"* ]]; then
gcloud components install app-engine-go -q
apt-get install google-cloud-sdk-app-engine-go -y | cat
fi

# If Kubernetes, install kubectl component
Expand Down

0 comments on commit 0b60ac7

Please sign in to comment.