[vlc-commits] CI: Adjust branch name to reality
Marvin Scholz
git at videolan.org
Wed Oct 23 22:13:22 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Oct 23 22:12:43 2019 +0200| [d4650ab38781bd4745c90e5f965528be61bc59d4] | committer: Marvin Scholz
CI: Adjust branch name to reality
This was a leftover of testing things in my fork, where I wasn't using
the master branch.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4650ab38781bd4745c90e5f965528be61bc59d4
---
extras/ci/gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index f957134634..6f2766a9ab 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -71,7 +71,7 @@ variables:
only:
refs:
- merge_requests
- - gitlab-ci
+ - master
changes:
- "contrib/**/*"
- "extras/tools/**/*"
@@ -88,7 +88,7 @@ variables:
only:
refs:
- merge_requests
- - gitlab-ci
+ - master
except:
changes:
- "contrib/**/*"
More information about the vlc-commits
mailing list