Skip to content

Commit

Permalink
BehaviorTree#2 Remove Conan remotes from build script
Browse files Browse the repository at this point in the history
- cppzmq is available on Conan Center

Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 4, 2018
1 parent 1883bbe commit ef30b8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .conan/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ def upload(self):
"""
return os.getenv("CONAN_UPLOAD", "https://api.bintray.com/conan/facontidavide/conan")

@property
def remotes(self):
""" cppzmq is not approved on Conan center yet
"""
return os.getenv("CONAN_REMOTES", "https://api.bintray.com/conan/bincrafters/public-conan")

@property
def upload_only_when_stable(self):
""" Force to upload when running over tag branch
Expand Down Expand Up @@ -78,7 +72,6 @@ def _branch(self):
reference=settings.reference,
channel=settings.channel,
upload=settings.upload,
remotes=settings.remotes,
upload_only_when_stable=settings.upload_only_when_stable,
stable_branch_pattern=settings.stable_branch_pattern,
login_username=settings.login_username,
Expand Down

0 comments on commit ef30b8f

Please sign in to comment.