summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-04-03 11:59:37 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-04-03 11:59:40 +0200
commit29e66d5a4160ab309870df34e85c06df6fc867c6 (patch)
tree00cff8160c85ebc15fd9c87976872bb8e44f7ed1
parentcef3d2a84c6bf6830f0e76f13d94d091969c0d2c (diff)
downloadgnutls-29e66d5a4160ab309870df34e85c06df6fc867c6.tar.gz
.gitlab-ci.yml: do not run commit-check on master branch
That is, because there are no diffs to check. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba7978cff4..66a9273ded 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,8 @@ commit-check:
- /bin/true
after_script:
- /bin/true
+ except:
+ - master@gnutls/gnutls
cache:
# do not load cache files
key: none