diff --git a/build.sh b/build.sh index 470aa227..a44e5430 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,7 @@ initRepos() { syncRepos() { echo "--> Syncing repos" - repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) + repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) --fail-fast || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) --fail-fast echo }