Log to google for GCP_LOGGING

pull/310/head
Frostebite 2022-01-01 23:21:22 +00:00
parent 68a40b3433
commit 7cb6f6617a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2918,7 +2918,7 @@ class BuildStep {
cd "${cloud_runner_state_1.CloudRunnerState.libraryFolderFull.replace(/\\/g, `/`)}/.."
zip -r "lib-${cloud_runner_state_1.CloudRunnerState.buildParams.buildGuid}.zip" "Library"
mv "lib-${cloud_runner_state_1.CloudRunnerState.buildParams.buildGuid}.zip" "${cloud_runner_state_1.CloudRunnerState.cacheFolderFull.replace(/\\/g, `/`)}/lib"
cd "${cloud_runner_state_1.CloudRunnerState.repoPathFull.replace(/\\/g, `/`)}/.."
cd "${cloud_runner_state_1.CloudRunnerState.repoPathFull.replace(/\\/g, `/`)}"
${__1.Input.cloudRunnerTests ? '' : '#'} tree -lh
zip -r "build-${cloud_runner_state_1.CloudRunnerState.buildParams.buildGuid}.zip" "build"
${__1.Input.cloudRunnerTests ? '' : '#'} tree -lh

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ export class BuildStep implements StepInterface {
/\\/g,
`/`,
)}/lib"
cd "${CloudRunnerState.repoPathFull.replace(/\\/g, `/`)}/.."
cd "${CloudRunnerState.repoPathFull.replace(/\\/g, `/`)}"
${Input.cloudRunnerTests ? '' : '#'} tree -lh
zip -r "build-${CloudRunnerState.buildParams.buildGuid}.zip" "build"
${Input.cloudRunnerTests ? '' : '#'} tree -lh