Skip to content

Commit

Permalink
Try without deleting ./vendor and with --force-remove-dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth authored Sep 3, 2024
1 parent 0fc1a57 commit 1c5b0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ for codename in ${devices//,/ }; do
echo ">> [$(date)] Syncing branch repository" | tee -a "$repo_log"

# Delete ./vendor
rm -rf vendor || true
# rm -rf vendor || true

repo sync "${jobs_arg[@]}" "${retry_fetches_arg[@]}" --current-branch --force-sync &>> "$repo_log"
repo sync "${jobs_arg[@]}" "${retry_fetches_arg[@]}" --current-branch --force-sync --force-remove-dirty &>> "$repo_log"
else
echo ">> [$(date)] Syncing branch repository disabled" | tee -a "$repo_log"
fi
Expand Down

0 comments on commit 1c5b0e2

Please sign in to comment.