projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60a13d
)
gitlab-ci: Run CI pipeline for all branches in the main repository
author
Michel Dänzer
<michel.daenzer@amd.com>
Wed, 10 Apr 2019 08:33:13 +0000
(10:33 +0200)
committer
Michel Dänzer
<michel@daenzer.net>
Thu, 11 Apr 2019 09:22:41 +0000
(11:22 +0200)
In turn, do not run the pipeline for the master branch in forked
repositories.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index a923dd7af0cbb52e96db9f8c2c567b25c24ab621..f39a73290776ca80e9bf96392456b4d4eadfbd0d 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-34,7
+34,7
@@
stages:
# When to automatically run the CI
.ci-run-policy: &ci-run-policy
only:
- -
master
+ -
branches@mesa/mesa
- merge_requests
- /^ci([-/].*)?$/
retry: