From 470f55351bfac96a1a17b36c026caec980a31c96 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 21 May 2018 13:56:56 +0300 Subject: Add check for top-level ee directory in CE repo Signed-off-by: Dmitriy Zaporozhets --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3