mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix(_test): use GOOGLE_SDK_DIR correctly
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ function gke-install {
|
||||
curl https://sdk.cloud.google.com | bash
|
||||
fi
|
||||
|
||||
export PATH="{GOOGLE_SDK_DIR}/bin:$PATH"
|
||||
export PATH="${GOOGLE_SDK_DIR}/bin:$PATH"
|
||||
gcloud -q components update kubectl
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user