Quiet clone utility repos

pull/273/head
Frostebite 2021-07-02 23:43:15 +01:00
parent c75a9f3ed0
commit bd665fc2c8
3 changed files with 5 additions and 5 deletions

4
dist/index.js vendored
View File

@ -2098,8 +2098,8 @@ class RemoteBuilder {
mkdir ${repoPathFull}
mkdir ${steamPathFull}
echo "Cloning utility repositories required for building:"
git clone https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}
git clone https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
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}
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

@ -107,8 +107,8 @@ class RemoteBuilder {
mkdir ${repoPathFull}
mkdir ${steamPathFull}
echo "Cloning utility repositories required for building:"
git clone https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}
git clone https://${buildParameters.githubToken}@github.com/game-ci/steam-deploy.git ${steamPathFull}
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}
cd ${repoPathFull}
# DISABLE LFS
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"