mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
ref(_test): use helm-testing account
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
export TEST_ROOT_DIR="$(cd "$(dirname $(dirname $0))"; pwd)"
|
||||
export HELM_ARTIFACT_REPO="${HELM_ARTIFACT_REPO:-helm-ci}"
|
||||
CLUSTER_NAME="${CLUSTER_NAME:-helm-test-travis}"
|
||||
CLUSTER_NAME="${CLUSTER_NAME:-helm-testing}"
|
||||
GOOGLE_SDK_DIR="${HOME}/google-cloud-sdk"
|
||||
export HELM_BIN="${TEST_ROOT_DIR}/helm.bin"
|
||||
export TEST_DIR="${TEST_ROOT_DIR}/_test"
|
||||
|
||||
@@ -36,6 +36,7 @@ function gke-destroy {
|
||||
if command -v gcloud &>/dev/null; then
|
||||
gcloud -q container clusters delete "${K8S_CLUSTER_NAME}" --no-wait
|
||||
log-info "Cluster ${K8S_CLUSTER_NAME} scheduled for destruction. Muahaha."
|
||||
log-info "Set SKIP_DESTROY=true if you don't want cluster destruction-on-exit behavior"
|
||||
fi
|
||||
else
|
||||
log-warn "Skipping destruction of ${K8S_CLUSTER_NAME} (SKIP_DESTROY=${SKIP_DESTROY})"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user