mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 13:56:11 +01:00
Sweep out two leftover references to master
This is basically cherry-picking the usable parts from #2067
This commit is contained in:
parent
7b9bf633be
commit
967b82231c
@ -26,8 +26,8 @@ class BuilderSettings(object):
|
|||||||
""" Set Catch2 repository to be used on upload.
|
""" Set Catch2 repository to be used on upload.
|
||||||
The upload server address could be customized by env var
|
The upload server address could be customized by env var
|
||||||
CONAN_UPLOAD. If not defined, the method will check the branch name.
|
CONAN_UPLOAD. If not defined, the method will check the branch name.
|
||||||
Only master or CONAN_STABLE_BRANCH_PATTERN will be accepted.
|
Only devel or CONAN_STABLE_BRANCH_PATTERN will be accepted.
|
||||||
The master branch will be pushed to testing channel, because it does
|
The devel branch will be pushed to testing channel, because it does
|
||||||
not match the stable pattern. Otherwise it will upload to stable
|
not match the stable pattern. Otherwise it will upload to stable
|
||||||
channel.
|
channel.
|
||||||
"""
|
"""
|
||||||
|
@ -15,7 +15,7 @@ coverage:
|
|||||||
|
|
||||||
|
|
||||||
codecov:
|
codecov:
|
||||||
branch: master
|
branch: devel
|
||||||
max_report_age: off
|
max_report_age: off
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
|
Loading…
Reference in New Issue
Block a user