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

[data/gitlab-ci] Try some quoting [ci skip]

parent 1428a8e8
Branches
Tags
Loading
Pipeline #66506 skipped
......@@ -26,7 +26,7 @@ stages:
# for conda inspect during builds (on macos)
- conda activate base
- 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
cache:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment