run builder in builder
parent
365c99eb27
commit
411152f68f
|
|
@ -2095,7 +2095,7 @@ class RemoteBuilder {
|
||||||
apk add unzip
|
apk add unzip
|
||||||
apk add git-lfs
|
apk add git-lfs
|
||||||
apk add jq
|
apk add jq
|
||||||
apk add nodejs
|
apk add --update nodejs npm
|
||||||
mkdir ${buildPathFull}
|
mkdir ${buildPathFull}
|
||||||
mkdir ${builderPathFull}
|
mkdir ${builderPathFull}
|
||||||
mkdir ${repoPathFull}
|
mkdir ${repoPathFull}
|
||||||
|
|
@ -2103,7 +2103,7 @@ class RemoteBuilder {
|
||||||
echo "Cloning utility repositories required for building:"
|
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/unity-builder.git ${builderPathFull}
|
||||||
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
|
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}
|
cd ${repoPathFull}
|
||||||
# DISABLE LFS
|
# DISABLE LFS
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -102,7 +102,7 @@ class RemoteBuilder {
|
||||||
apk add unzip
|
apk add unzip
|
||||||
apk add git-lfs
|
apk add git-lfs
|
||||||
apk add jq
|
apk add jq
|
||||||
apk add nodejs
|
apk add --update nodejs npm
|
||||||
mkdir ${buildPathFull}
|
mkdir ${buildPathFull}
|
||||||
mkdir ${builderPathFull}
|
mkdir ${builderPathFull}
|
||||||
mkdir ${repoPathFull}
|
mkdir ${repoPathFull}
|
||||||
|
|
@ -110,7 +110,7 @@ class RemoteBuilder {
|
||||||
echo "Cloning utility repositories required for building:"
|
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/unity-builder.git ${builderPathFull}
|
||||||
git clone -q https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
|
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}
|
cd ${repoPathFull}
|
||||||
# DISABLE LFS
|
# DISABLE LFS
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue