summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-05-22 16:26:30 +0000
committerRémy Coutable <remy@rymai.me>2018-05-22 16:26:30 +0000
commit0c977d1725ce2c244b8b9f5cee859c55b8def79b (patch)
treebc108633cfb8fcd0fcf25b1ba72440259fd7afb9 /.gitlab-ci.yml
parent86c155a190ef55c8c7eb42c6045660ef895707e8 (diff)
parentfba580e37fce90060e5a208c36779a6a2adc3a78 (diff)
downloadgitlab-ce-0c977d1725ce2c244b8b9f5cee859c55b8def79b.tar.gz
Merge branch 'dz-no-ee-check' into 'master'
Add check for top-level ee directory in CE repo Closes #46239 See merge request gitlab-org/gitlab-ce!19062
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ced51cf8225..a1232f02ec0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -855,3 +855,15 @@ gitlab_git_test:
cache: {}
script:
- spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
+
+no_ee_check:
+ <<: *dedicated-runner
+ <<: *except-docs-and-qa
+ variables:
+ SETUP_DB: "false"
+ before_script: []
+ cache: {}
+ script:
+ - scripts/no-ee-check
+ only:
+ - //@gitlab-org/gitlab-ce