diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index bfc336d..fc921c1 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -44,7 +44,8 @@ try { )] ) { sh "doctl auth init --access-token ${DOCTL_TOKEN}" -// sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production" + sh "doctl registry login" +// sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster" } }