Grab latest tags also
This commit is contained in:
parent
37600727a4
commit
25b916d969
@ -93,6 +93,8 @@ def clone_all_apps():
|
||||
if not int(_run_cmd("git branch --list | wc -l", shell=True)):
|
||||
log.info(f"Guessing main branch is HEAD for {name}")
|
||||
_run_cmd("git checkout main")
|
||||
else:
|
||||
_run_cmd("git fetch -a")
|
||||
|
||||
|
||||
def generate_apps_json():
|
||||
|
Reference in New Issue
Block a user