explicit repoPath for clone
parent
6ecda4a358
commit
ff350ed054
|
|
@ -2164,6 +2164,7 @@ class RemoteBuilder {
|
||||||
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [
|
yield this.RemoteBuilderProviderPlatform.runBuildTask(buildUid, 'alpine/git', [
|
||||||
` apk update -q
|
` apk update -q
|
||||||
apk add unzip -q
|
apk add unzip -q
|
||||||
|
apk add unzip -q
|
||||||
apk add git-lfs -q
|
apk add git-lfs -q
|
||||||
apk add jq -q
|
apk add jq -q
|
||||||
apk add tree -q
|
apk add tree -q
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -9,7 +9,7 @@ cd $repoPathFull
|
||||||
|
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "Cloning the repository being built:"
|
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
|
git checkout $githubSha
|
||||||
echo "Checked out $githubSha"
|
echo "Checked out $githubSha"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue