diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-05-21 13:56:56 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-05-21 14:52:45 +0300 |
commit | 470f55351bfac96a1a17b36c026caec980a31c96 (patch) | |
tree | e56e6fbfc33745a900d89c6e21eb708aaf6f5538 /.gitlab-ci.yml | |
parent | cf7f3606d3bca3dfb481323aaa4f3dc50ca1a089 (diff) | |
download | gitlab-ce-470f55351bfac96a1a17b36c026caec980a31c96.tar.gz |
Add check for top-level ee directory in CE repo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d8e69b84e..baa3620a525 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -836,3 +836,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 |