From 1bd4e89a683ba4d255bc650c0bd22d109f3153e3 Mon Sep 17 00:00:00 2001 From: Andy Sotheran Date: Wed, 23 Sep 2020 19:31:02 +0100 Subject: [PATCH] [23.09.2020] Changed Cluster name due to cluster rebuild --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index bf34267..29497aa 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -41,7 +41,7 @@ try { ) { sh "doctl auth init --access-token ${DOCTL_TOKEN}" sh "doctl registry login" - sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster" + sh "doctl kubernetes cluster kubeconfig save cryptosky-cluster" } }