mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Pre-Release detection on Azure
This commit is contained in:
@@ -4,6 +4,11 @@ import json, sys
|
||||
retval = 0
|
||||
|
||||
with open(sys.argv[1]) as f:
|
||||
data = json.load(f)
|
||||
sys.stdout.write(data['versionnr'])
|
||||
sys.exit(0)
|
||||
if len(sys.argv) < 3:
|
||||
data = json.load(f)
|
||||
sys.stdout.write(data['versionnr'])
|
||||
sys.exit(0)
|
||||
else:
|
||||
data = json.load(f)
|
||||
sys.stdout.write(data['channel'])
|
||||
sys.exit(0)
|
||||
|
Reference in New Issue
Block a user