diff --git a/dist/index.js b/dist/index.js index f3435294..0c399a8c 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 91b89fb0..c10bbe3d 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/providers/k8s/index.ts b/src/model/cloud-runner/providers/k8s/index.ts index a492031c..193688b0 100644 --- a/src/model/cloud-runner/providers/k8s/index.ts +++ b/src/model/cloud-runner/providers/k8s/index.ts @@ -127,7 +127,7 @@ class Kubernetes implements ProviderInterface { ? CloudRunner.lockedWorkspace : this.buildParameters.buildGuid; this.pvcName = `unity-builder-pvc-${id}`; - if (process.env['CLOUD_RUNNER_MINIKUBE']) { + if (!process.env['CLOUD_RUNNER_MINIKUBE']) { await KubernetesStorage.createPersistentVolumeClaim( this.buildParameters, this.pvcName,