Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 3, 2024
1 parent 674876a commit f92d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f92d51f

Please sign in to comment.