kopia lustrzana https://github.com/lora-aprs/LoRa_APRS_iGate
version check update
rodzic
21d3ba67e4
commit
30f69bd039
|
@ -38,6 +38,7 @@ if version_week != current_week:
|
|||
error = True
|
||||
|
||||
repo = git.Repo('.')
|
||||
print(f"[INFO] found {len(repo.tags)} tags in repo")
|
||||
if f"v{version}" in repo.tags:
|
||||
print("[ERROR] tag with this version is already existing")
|
||||
error = True
|
||||
|
|
Ładowanie…
Reference in New Issue