Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
488f61e3
Commit
488f61e3
authored
Jan 09, 2019
by
André Anjos
💬
Browse files
[ci] No need to install curl to build
parent
8cf11293
Pipeline
#25772
passed with stage
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_ci/before_build.sh
View file @
488f61e3
...
...
@@ -25,7 +25,7 @@ echo "Contents of \`${CONDARC}':"
cat
${
CONDARC
}
# updates conda installation
run_cmd
${
CONDA_ROOT
}
/bin/conda
install
python
conda
=
4
curl
conda-build
=
3
run_cmd
${
CONDA_ROOT
}
/bin/conda
install
python
conda
=
4 conda-build
=
3
# cleans up
run_cmd
${
CONDA_ROOT
}
/bin/conda clean
--lock
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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