logging improvements

pull/289/head
Frostebite 2021-08-15 19:23:52 +00:00 committed by GitHub
parent 6189a5ba11
commit 796480c3c5
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -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}"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -173,6 +173,7 @@ class RemoteBuilder {
'alpine',
[
`
printenv
apk update -q
apk add zip -q
cd "${this.libraryFolderFull}"