Skip to content

Commit

Permalink
app_caches: git pull when downloading all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Aug 28, 2024
1 parent 917a1f1 commit f50f096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/app_caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def app_cache_clone_or_update(
if fetch_all_branches:
repo.git.remote("set-branches", "origin", "*")
repo.remote("origin").fetch()
repo.remote("origin").pull()
else:
if repo.active_branch != branch:
all_branches = [str(b) for b in repo.branches]
Expand Down

0 comments on commit f50f096

Please sign in to comment.