From d3d4c23cc03e649efb0b770f3766544def77de63 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 19 May 2023 15:13:29 +0200 Subject: [PATCH] fix: resync if fail --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 596f7bc..6e45751 100644 --- a/sync.sh +++ b/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}"