Skip to content
Permalink
Browse files
Sweep out two leftover references to master
This is basically cherry-picking the usable parts from #2067
  • Loading branch information
horenmar committed Oct 23, 2020
1 parent 7b9bf63 commit 967b822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -26,8 +26,8 @@ def upload(self):
""" Set Catch2 repository to be used on upload.
The upload server address could be customized by env var
CONAN_UPLOAD. If not defined, the method will check the branch name.
Only master or CONAN_STABLE_BRANCH_PATTERN will be accepted.
The master branch will be pushed to testing channel, because it does
Only devel or CONAN_STABLE_BRANCH_PATTERN will be accepted.
The devel branch will be pushed to testing channel, because it does
not match the stable pattern. Otherwise it will upload to stable
channel.
"""
@@ -15,7 +15,7 @@ coverage:


codecov:
branch: master
branch: devel
max_report_age: off

comment:

0 comments on commit 967b822

Please sign in to comment.