stream logs through standard input and new remote client cli command
parent
8a3a366186
commit
4793f6b5a7
|
@ -3348,7 +3348,7 @@ class Kubernetes {
|
|||
? cloud_runner_1.default.lockedWorkspace
|
||||
: this.buildParameters.buildGuid;
|
||||
this.pvcName = `unity-builder-pvc-${id}`;
|
||||
if (process.env['CLOUD_RUNNER_MINIKUBE']) {
|
||||
if (!process.env['CLOUD_RUNNER_MINIKUBE']) {
|
||||
await kubernetes_storage_1.default.createPersistentVolumeClaim(this.buildParameters, this.pvcName, this.kubeClient, this.namespace);
|
||||
}
|
||||
this.buildGuid = buildGuid;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue