Skip to content

Commit

Permalink
catchorg#926 Update stable branch pattern to accept only stable
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 16, 2018
1 parent 6dad565 commit 4fc098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conan/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def upload_only_when_stable(self):
def stable_branch_pattern(self):
""" Only upload the package the branch name is like a tag
"""
return os.getenv("CONAN_STABLE_BRANCH_PATTERN", r"v?\d+\.\d+\.\d+.*")
return os.getenv("CONAN_STABLE_BRANCH_PATTERN", r"v\d+\.\d+\.\d+")

@property
def reference(self):
Expand Down

0 comments on commit 4fc098e

Please sign in to comment.