All secrets handled as dynamic secrets now
parent
017b95a445
commit
4208953d5a
|
|
@ -799,7 +799,7 @@ class Kubernetes {
|
|||
yield this.runBuildJob();
|
||||
}
|
||||
catch (error) {
|
||||
core.info(JSON.stringify(error, undefined, 4));
|
||||
core.error(JSON.stringify(error, undefined, 4));
|
||||
throw error;
|
||||
}
|
||||
core.setOutput('volume', this.pvcName);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -85,7 +85,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
|||
await this.runCloneJob();
|
||||
await this.runBuildJob();
|
||||
} catch (error) {
|
||||
core.info(JSON.stringify(error, undefined, 4));
|
||||
core.error(JSON.stringify(error, undefined, 4));
|
||||
throw error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue