Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
conan-pybind11
Commits
765b2c47
Commit
765b2c47
authored
Jul 12, 2019
by
Michaël Roynard
Browse files
Remove useless conan remote add command
parent
68d6f8cc
Pipeline
#10890
failed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
765b2c47
...
...
@@ -85,7 +85,6 @@ distcheck-package-linux-bintray:
image
:
${DOCKER_IMAGE}
script
:
-
set -e
-
conan remote add $CONAN_BINTRAY_REMOTE_NAME $CONAN_BINTRAY_REMOTE_URL
-
conan user
-p $CONAN_BINTRAY_API_KEY
-r $CONAN_BINTRAY_REMOTE_NAME $CONAN_BINTRAY_USER
...
...
@@ -105,7 +104,6 @@ distcheck-package-linux-lrde:
image
:
${DOCKER_IMAGE}
script
:
-
set -e
-
conan remote add $CONAN_LRDE_REMOTE_NAME $CONAN_LRDE_REMOTE_URL
-
conan user
-p $CONAN_LRDE_API_KEY
-r $CONAN_LRDE_REMOTE_NAME $CONAN_LRDE_USER
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment