Skip to content

Commit b6bc4c3

Browse files
committed
(;¬д¬)
1 parent 72b840c commit b6bc4c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.werft/jobs/build/prepare.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ function configureDocker() {
6161
}
6262

6363
function configureGlobalKubernetesContext() {
64-
exec(`sleep 1000000000`)
6564
const rc = exec(`previewctl get-credentials --gcp-service-account=${GCLOUD_SERVICE_ACCOUNT_PATH} --kube-save-path=${GLOBAL_KUBECONFIG_PATH}`, { slice: prepareSlices.CONFIGURE_K8S }).code;
6665

6766
if (rc != 0) {

0 commit comments

Comments
 (0)