[24.06.20] Removing Cluster check

This commit is contained in:
andyjk15 2020-06-24 13:55:54 +01:00
parent 2b24b1b5df
commit 007c283d14

View File

@ -44,7 +44,7 @@ try {
)] )]
) { ) {
sh "doctl auth init --access-token ${DOCTL_TOKEN}" sh "doctl auth init --access-token ${DOCTL_TOKEN}"
sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production" // sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production"
} }
} }