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

[data] Debug variable setup in gitlab-ci [ci skip]

parent 0cbba305
No related branches found
No related tags found
No related merge requests found
Pipeline #26177 skipped
......@@ -19,6 +19,8 @@ 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
......@@ -65,6 +67,8 @@ 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