logging improvements
parent
6189a5ba11
commit
796480c3c5
|
|
@ -2317,6 +2317,7 @@ class RemoteBuilder {
|
|||
// Cleanup
|
||||
yield this.RemoteBuilderProviderPlatform.runBuildTask(this.buildId, 'alpine', [
|
||||
`
|
||||
printenv
|
||||
apk update -q
|
||||
apk add zip -q
|
||||
cd "${this.libraryFolderFull}"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -173,6 +173,7 @@ class RemoteBuilder {
|
|||
'alpine',
|
||||
[
|
||||
`
|
||||
printenv
|
||||
apk update -q
|
||||
apk add zip -q
|
||||
cd "${this.libraryFolderFull}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue