run builder in builder

pull/273/head
Frostebite 2021-07-08 00:08:07 +01:00
parent 365c99eb27
commit 411152f68f
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@ -2095,7 +2095,7 @@ class RemoteBuilder {
apk add unzip
apk add git-lfs
apk add jq
apk add nodejs
apk add --update nodejs npm
mkdir ${buildPathFull}
mkdir ${builderPathFull}
mkdir ${repoPathFull}
@ -2103,7 +2103,7 @@ class RemoteBuilder {
echo "Cloning utility repositories required for building:"
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
nodejs ${builderPathFull}/dist/index.js
node ${builderPathFull}/dist/index.js
cd ${repoPathFull}
# DISABLE LFS
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -102,7 +102,7 @@ class RemoteBuilder {
apk add unzip
apk add git-lfs
apk add jq
apk add nodejs
apk add --update nodejs npm
mkdir ${buildPathFull}
mkdir ${builderPathFull}
mkdir ${repoPathFull}
@ -110,7 +110,7 @@ class RemoteBuilder {
echo "Cloning utility repositories required for building:"
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
nodejs ${builderPathFull}/dist/index.js
node ${builderPathFull}/dist/index.js
cd ${repoPathFull}
# DISABLE LFS
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"