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

[data/gitlab-ci] Try something else [ci skip]

parent f4ec1cfa
Branches
Tags
1 merge request!334Fix changed runner tags
Pipeline #66444 skipped
...@@ -25,9 +25,9 @@ stages: ...@@ -25,9 +25,9 @@ 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 echo "YES!!"; git config --global --add safe.directory ${CI_PROJECT_DIR}; fi - 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
- bdt ci check -vv - bdt ci check -vv
- conda clean --all
cache: cache:
paths: paths:
- miniconda.sh - miniconda.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment