Skip to content
Snippets Groups Projects
Commit c052bb08 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Update .gitlab-ci.yml

parent 61ad8351
No related branches found
No related tags found
1 merge request!18Re-factor repository workflow
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -38,9 +38,9 @@ init: ...@@ -38,9 +38,9 @@ init:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
when: always when: always
- if: '$CI_COMMIT_BRANCH ~= "/^v[0-9]+\.[0-9]-stable/"' - if: '$CI_COMMIT_BRANCH =~ /^v[0-9]+\.[0-9]-stable/'
when: always when: always
- if: '$CI_COMMIT_TAG ~= "/^v[0-9]+\.[0-9]+\.[0-9]+/"' - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/'
when: always when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always when: always
...@@ -57,4 +57,4 @@ run:default: ...@@ -57,4 +57,4 @@ run:default:
trigger: trigger:
include: include:
- artifact: build_and_deploy.yml - artifact: build_and_deploy.yml
- job: build_and_deploy job: build_and_deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment