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