Grab latest tags also

This commit is contained in:
decentral1se 2021-04-03 20:54:16 +02:00
parent 37600727a4
commit 25b916d969
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

View File

@ -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():