adding logs

pull/265/head
Frostebite 2021-05-23 17:07:30 +01:00
parent 013e54aa7c
commit 06549368d9
3 changed files with 5 additions and 3 deletions

3
dist/index.js vendored
View File

@ -905,7 +905,8 @@ class Kubernetes {
command: [
'bin/bash',
'-c',
`for f in ./credentials/*; do export $(basename $f)="$(cat $f)"; done
`ls
for f in ./credentials/*; do export $(basename $f)="$(cat $f)"; done
cp -r /data/builder/action/default-build-script /UnityBuilderAction
cp -r /data/builder/action/entrypoint.sh /entrypoint.sh
cp -r /data/builder/action/steps /steps

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -191,7 +191,8 @@ class Kubernetes {
command: [
'bin/bash',
'-c',
`for f in ./credentials/*; do export $(basename $f)="$(cat $f)"; done
`ls
for f in ./credentials/*; do export $(basename $f)="$(cat $f)"; done
cp -r /data/builder/action/default-build-script /UnityBuilderAction
cp -r /data/builder/action/entrypoint.sh /entrypoint.sh
cp -r /data/builder/action/steps /steps