Skip to content
Snippets Groups Projects
Commit 44a64e53 authored by Philippe Ruiz's avatar Philippe Ruiz
Browse files

update .gitlab-ci.yml escape character while parsing a quoted scalar

parent 301f76a5
No related branches found
No related tags found
No related merge requests found
Pipeline #288930 failed
......@@ -12,7 +12,7 @@ build_docs:
image: python:3.8.10-slim
rules:
- if: "$CI_COMMIT_BRANCH =~ /^(master|devel)$/ || $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/"
- if: "$CI_COMMIT_BRANCH =~ /^(master|devel)$/ || $CI_COMMIT_TAG =~ /^v\d+.\d+.\d+$/"
when: always
variables: # Override IMAGE_LABEL defined
IMAGE_LABEL: "${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}" # at the job level.
......
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