We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b840c commit b6bc4c3Copy full SHA for b6bc4c3
.werft/jobs/build/prepare.ts
@@ -61,7 +61,6 @@ function configureDocker() {
61
}
62
63
function configureGlobalKubernetesContext() {
64
- exec(`sleep 1000000000`)
65
const rc = exec(`previewctl get-credentials --gcp-service-account=${GCLOUD_SERVICE_ACCOUNT_PATH} --kube-save-path=${GLOBAL_KUBECONFIG_PATH}`, { slice: prepareSlices.CONFIGURE_K8S }).code;
66
67
if (rc != 0) {
0 commit comments