1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Use the commit before the QPRS update in call to repo init

This commit is contained in:
Pete Fotheringham 2024-04-09 06:43:32 +01:00 committed by GitHub
parent 77fd74aa66
commit aed32ded79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -228,7 +228,7 @@ for branch in ${BRANCH_NAME//,/ }; do
if [ "$LOCAL_MIRROR" = true ]; then
( yes||: ) | repo init -u https://github.com/LineageOS/android.git --reference "$MIRROR_DIR" -b "$branch" --git-lfs &>> "$repo_log"
else
( yes||: ) | repo init -u https://github.com/LineageOS/android.git -b "$branch" --git-lfs &>> "$repo_log"
( yes||: ) | repo init -u https://github.com/LineageOS/android.git -b 3aa029fecc584a625e96e33ec25507e4bbf52110 --git-lfs &>> "$repo_log"
fi
else
echo ">> [$(date)] Calling repo init disabled"