Skip to content
Snippets Groups Projects

[ci] Fixing git issue

Merged Tiago de Freitas Pereira requested to merge fix-git into master
1 unresolved thread
Files
6
@@ -29,7 +29,7 @@ stages:
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- git config --global --add safe.directory ${CI_PROJECT_DIR}
- if [[ $CI_RUNNER_TAGS == *"docker"* ]]; then git config --global --add safe.directory ${CI_PROJECT_DIR}; fi
- conda clean --all
cache:
paths:
Loading