1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00

fix: Also cleaning up the build dir

This commit is contained in:
Paul Johnston
2021-06-16 02:56:03 +08:00
committed by GitHub
parent d926a19b6c
commit c6621fa117

View File

@@ -17,3 +17,4 @@ def build_from_source(tag, gt_file, source_dir):
os.system("git checkout " + tag) os.system("git checkout " + tag)
os.system('TAGS="bindata sqlite sqlite_unlock_notify" make generate build') os.system('TAGS="bindata sqlite sqlite_unlock_notify" make generate build')
os.system("cp gitea " + gt_file) os.system("cp gitea " + gt_file)
os.system("rm -f gitea")