explicit repoPath for clone

pull/273/head
Frostebite 2021-08-01 00:25:54 +01:00
parent 6ecda4a358
commit ff350ed054
3 changed files with 3 additions and 2 deletions

1
dist/index.js vendored
View File

@ -2164,6 +2164,7 @@ class RemoteBuilder {
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [
` apk update -q
apk add unzip -q
apk add unzip -q
apk add git-lfs -q
apk add jq -q
apk add tree -q

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ cd $repoPathFull
echo ' '
echo "Cloning the repository being built:"
git clone --filter=blob:none --no-checkout $cloneUrl
git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
git checkout $githubSha
echo "Checked out $githubSha"