stop git detatched head info

pull/289/head
Frostebite 2021-08-08 09:00:41 +01:00
parent 306991bb3e
commit 44966a7ba6
4 changed files with 4 additions and 3 deletions

1
dist/index.js vendored
View File

@ -2154,7 +2154,6 @@ class RemoteBuilder {
${initializeSourceRepoForCaching} ${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)" export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
${process.env.DEBUG ? '#' : ''}echo ' ' ${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
${process.env.DEBUG ? '#' : ''}ls -alh "${lfsDirectory}" ${process.env.DEBUG ? '#' : ''}ls -alh "${lfsDirectory}"
echo ' ' echo ' '

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,9 @@ testLFSFile=$4
cd $repoPathFull cd $repoPathFull
# stop annoying git detatched head info
git config --global advice.detachedHead false
echo ' ' echo ' '
echo "Cloning the repository being built:" echo "Cloning the repository being built:"
git lfs install --skip-smudge git lfs install --skip-smudge

View File

@ -112,7 +112,6 @@ class RemoteBuilder {
${initializeSourceRepoForCaching} ${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)" export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
${process.env.DEBUG ? '#' : ''}echo ' ' ${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull' ${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
${process.env.DEBUG ? '#' : ''}ls -alh "${lfsDirectory}" ${process.env.DEBUG ? '#' : ''}ls -alh "${lfsDirectory}"
echo ' ' echo ' '