1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-09-20 12:22:40 +02:00

Minor fix

This commit is contained in:
Nicola Corna 2017-12-15 09:32:41 +01:00
parent b136ccaf72
commit 97ca3efbcc

View File

@ -210,7 +210,7 @@ for branch in $BRANCH_NAME; do
cd $SRC_DIR/mirror
repo sync -q --no-clone-bundle
echo ">> [$(date)] Syncing branch repository"
cd $TMP_DIR/$branch_dir
cd $SRC_DIR/$branch_dir
repo sync -q -c
fi