fix: resync if fail
This commit is contained in:
parent
820ace1a82
commit
d3d4c23cc0
1 changed files with 1 additions and 1 deletions
2
sync.sh
2
sync.sh
|
@ -20,7 +20,7 @@ for i in "${tmp[@]}"; do
|
|||
before[${folder}]=${commit}
|
||||
done
|
||||
|
||||
repo sync -q -c -j 6 --fail-fast --force-sync --no-tags || exit 1
|
||||
repo sync -q -c -j 6 --fail-fast --force-sync --no-tags || repo sync -q -c -j 6 --fail-fast --force-sync --no-tags || exit 1
|
||||
|
||||
echo -e "# Build $(date '+%Y-%m-%d %H:%M:%S %Z')\n" >>"${changelog}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue