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

[data/gitlab-ci] Try some better regex matching [ci skip]

parent 6719fc75
No related branches found
No related tags found
1 merge request!334Fix changed runner tags
Pipeline #66518 skipped
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
# for conda inspect during builds (on macos) # for conda inspect during builds (on macos)
- conda activate base - conda activate base
- echo "CI_RUNNER_TAGS = '${CI_RUNNER_TAGS}'" - echo "CI_RUNNER_TAGS = '${CI_RUNNER_TAGS}'"
- if [[ "$CI_RUNNER_TAGS" =~ bob.*docker\|docker.*bob ]]; then echo "YES!!"; 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
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment