mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Fix APPVEYOR_REPO_TAG, Ref. #387
This commit is contained in:
parent
9c1562a06d
commit
940a93c66d
@ -190,7 +190,7 @@ def is_tagged():
|
||||
return True
|
||||
if 'CIRCLE_TAG' in os.environ.keys():
|
||||
return True
|
||||
if os.environ['APPVEYOR_REPO_TAG'] in (1, "True", "true"):
|
||||
if os.environ.get('APPVEYOR_REPO_TAG', False) in (1, "True", "true"):
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user