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

[data/gitlab-ci] Be explicit about matching

parent 20f9bfe5
No related branches found
No related tags found
1 merge request!334Fix changed runner tags
Pipeline #66429 passed
...@@ -25,7 +25,7 @@ stages: ...@@ -25,7 +25,7 @@ stages:
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
# for conda inspect during builds (on macos) # for conda inspect during builds (on macos)
- conda activate base - conda activate base
- if [[ "${CI_RUNNER_TAGS}" =~ bob.*docker\|docker.*bob ]]; then git config --global --add safe.directory ${CI_PROJECT_DIR}; fi - if [[ "${CI_RUNNER_TAGS}" =~ bob.*docker\|docker.*bob ]]; then echo "YES!!"; git config --global --add safe.directory ${CI_PROJECT_DIR}; fi
- bdt ci check -vv - bdt ci check -vv
- conda clean --all - conda clean --all
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment