pull/124/head
Frostebite 2020-07-18 01:10:12 +01:00
parent 39e8b7053f
commit ff1333fe05
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@ class Kubernetes {
await Kubernetes.watchBuildJobUntilFinished(); await Kubernetes.watchBuildJobUntilFinished();
await Kubernetes.cleanup(); await Kubernetes.cleanup();
core.setOutput('kubernetesPVC', pvcName); core.setOutput('volume', pvcName);
} }
static async createSecret() { static async createSecret() {