mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Make syncing branch repository switchable
This commit is contained in:
parent
377f2af5af
commit
07c70e81d5
10
src/build.sh
10
src/build.sh
@ -206,9 +206,13 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
"https://gitlab.com/the-muppets/manifest/raw/$themuppets_branch/muppets.xml" .repo/local_manifests/proprietary_gitlab.xml
|
||||
fi
|
||||
|
||||
echo ">> [$(date)] Syncing branch repository" | tee -a "$repo_log"
|
||||
builddate=$(date +%Y%m%d)
|
||||
repo sync "${jobs_arg[@]}" "${retry_fetches_arg[@]}" -c --force-sync &>> "$repo_log"
|
||||
if [ "$CALL_REPO_INIT" = true ]; then
|
||||
echo ">> [$(date)] Syncing branch repository" | tee -a "$repo_log"
|
||||
builddate=$(date +%Y%m%d)
|
||||
repo sync "${jobs_arg[@]}" -c --force-sync &>> "$repo_log"
|
||||
else
|
||||
echo ">> [$(date)] Syncing branch repository disabled" | tee -a "$repo_log"
|
||||
fi
|
||||
|
||||
if [ ! -d "vendor/$vendor" ]; then
|
||||
echo ">> [$(date)] Missing \"vendor/$vendor\", aborting"
|
||||
|
Loading…
Reference in New Issue
Block a user