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

[data][gitlab] Fix nightlies template

parent fc5e0c07
No related branches found
No related tags found
No related merge requests found
Pipeline #27659 failed
......@@ -5,12 +5,12 @@ stages:
- build
.build_template:
stage: build
variables:
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
PYTHON_VERSION: "3.6"
PYTHONUNBUFFERED: 1
stage: build
script:
script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base
- 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