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

[gitlab-ci] New env name should be "bdt" [ci skip]

parent 2256ce48
No related branches found
No related tags found
No related merge requests found
Pipeline #52982 passed
...@@ -24,9 +24,9 @@ stages: ...@@ -24,9 +24,9 @@ stages:
- "[ -r /root/.condarc ] && rm -f /root/.condarc" - "[ -r /root/.condarc ] && rm -f /root/.condarc"
- "[ -d /root/.conda ] && rm -rf /root/.conda" - "[ -d /root/.conda ] && rm -rf /root/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel build - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate build - conda activate bdt
- bdt ci check -vv - bdt ci check -vv
cache: cache:
paths: paths:
......
...@@ -24,9 +24,9 @@ stages: ...@@ -24,9 +24,9 @@ stages:
- "[ -r /root/.condarc ] && rm -f /root/.condarc" - "[ -r /root/.condarc ] && rm -f /root/.condarc"
- "[ -d /root/.conda ] && rm -rf /root/.conda" - "[ -d /root/.conda ] && rm -rf /root/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel build - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate build - conda activate bdt
- bdt ci check -vv - bdt ci check -vv
cache: cache:
paths: paths:
......
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