Skip to content
Snippets Groups Projects
Commit 724e4458 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data] Remove debugging echos [ci skip]

parent 81bc4651
No related branches found
No related tags found
No related merge requests found
Pipeline #26180 skipped
......@@ -19,8 +19,6 @@ stages:
.build_template: &build_job
stage: build
script:
- echo "conda-root is ${CONDA_ROOT}"
- echo "bootstrap is ${BOOTSTRAP}"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
......@@ -67,8 +65,6 @@ build_linux_36:
PYTHON_VERSION: "3.6"
BUILD_EGG: "true"
script:
- echo "conda-root is ${CONDA_ROOT}"
- echo "bootstrap is ${BOOTSTRAP}"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment