Remove nightly versioning scheme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user