Skip to content

Commit

Permalink
Merge pull request #355 from influxdata/ross-build-fix
Browse files Browse the repository at this point in the history
Prevent an rc in the version tag from preventing a nightly build
  • Loading branch information
Nathaniel Cook committed Mar 18, 2016
2 parents 572ed63 + 7f2c862 commit 84a3739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ def main():
return 1

if nightly and rc:
print "!! Cannot be both nightly and a release candidate! Stopping."
return 1
# If nightly is specified, reset rc to None
rc = None

if nightly:
# In order to cleanly delineate nightly version, we are adding the epoch timestamp
Expand Down

0 comments on commit 84a3739

Please sign in to comment.