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

[data][gitlab-ci] Quote shell command

parent 0166fc3a
No related branches found
No related tags found
1 merge request!14Base build
Pipeline #26892 passed
...@@ -22,7 +22,7 @@ stages: ...@@ -22,7 +22,7 @@ stages:
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
- bdt ci base-build -vv order.txt - bdt ci base-build -vv order.txt
- [ "${CI_COMMIT_REF_NAME}" = "master" ] && bdt ci base-deploy -vv - '[ "${CI_COMMIT_REF_NAME}" = "master" ] && bdt ci base-deploy -vv'
- bdt ci clean -vv - bdt ci clean -vv
cache: &build_caches cache: &build_caches
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment