summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4665563..42f4980 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,21 +51,6 @@ check-commits:
reports:
junit: results.xml
-#
-# Verify that the merge request has the allow-collaboration checkbox ticked
-#
-check-merge-request:
- extends:
- - .fdo.ci-fairy
- stage: deploy
- script:
- - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml
- artifacts:
- when: on_failure
- reports:
- junit: results.xml
- allow_failure: true
-
#
# Build a container with the given tag and the packages pre-installed.