pull/124/head
Frostebite 2020-08-02 22:05:47 +01:00
parent 9e0515a845
commit e16e1dacae
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,6 +61,7 @@ class Kubernetes {
static async createPersistentVolumeClaim() {
if (this.buildParameters.kubeVolume !== '') {
core.info(this.buildParameters.kubeVolume);
this.pvcName = this.buildParameters.kubeVolume;
return;
}