Remove nightly versioning scheme
This commit is contained in:
parent
66b23ab505
commit
48edce0170
|
@ -679,9 +679,6 @@ def main(args):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
if args.nightly:
|
if args.nightly:
|
||||||
args.version = increment_minor_version(args.version)
|
|
||||||
args.version = "{}~n{}".format(args.version,
|
|
||||||
datetime.utcnow().strftime("%Y%m%d%H%M"))
|
|
||||||
args.iteration = 0
|
args.iteration = 0
|
||||||
|
|
||||||
# Pre-build checks
|
# Pre-build checks
|
||||||
|
|
Loading…
Reference in New Issue