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

Debug CI

parent 1943d6c6
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.
......@@ -74,15 +74,6 @@ run:default:
## Dispatch if we ran the previous stage
dummy:
stage: trigger
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- if: '$CI_COMMIT_BRANCH =~ /^v[0-9]+\.[0-9]-stable/'
when: on_success
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/'
when: on_success
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: on_success
trigger:
include: ci/test.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment