Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
97ce14c0
Commit
97ce14c0
authored
Jun 02, 2021
by
Dennis Gläser
Committed by
Timo Koch
Jun 02, 2021
Browse files
[ci] test release branches
parent
29c5ab55
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97ce14c0
...
...
@@ -13,7 +13,7 @@ workflow:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
-
if
:
$CI_PIPELINE_SOURCE == "pipeline"
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
-
if
:
$CI_COMMIT_BRANCH =
= "
master
"
-
if
:
'
$CI_COMMIT_BRANCH
=
~
/^(
master
|releases\/)/'
# for commits happening on master, we check if there was a successful
# pipeline on a related merge request already. If yes, we simply return
...
...
@@ -26,7 +26,7 @@ check-pipeline-status:
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "pipeline"
when
:
never
-
if
:
$CI_COMMIT_BRANCH =
= "
master
"
-
if
:
'
$CI_COMMIT_BRANCH
=
~
/^(
master
|releases\/)/'
when
:
always
script
:
-
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment