Skip to content
Snippets Groups Projects
Commit 9b2352e9 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Adding the fix on the nightlies script

parent 4c9ed4c9
No related branches found
No related tags found
1 merge request!285Solving [git] issue on the CI.
Pipeline #60225 passed
......@@ -20,9 +20,8 @@ stages:
# All stages are prepared the same, with a base set of commands
.bootstrap:
before_script:
before_script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- git config --global --add safe.directory ${CI_PROJECT_DIR}
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
# for conda inspect during builds (on macos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment