mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
version check update
This commit is contained in:
parent
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue