Remove nightly versioning scheme

This commit is contained in:
Daniel Nelson 2017-09-22 18:07:08 -07:00
parent 66b23ab505
commit 48edce0170
1 changed files with 0 additions and 3 deletions

View File

@ -679,9 +679,6 @@ def main(args):
return 1
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
# Pre-build checks