diff options
author | Yorick Peterse <yorick@yorickpeterse.com> | 2019-08-28 16:32:40 +0200 |
---|---|---|
committer | Yorick Peterse <yorick@yorickpeterse.com> | 2019-08-28 16:32:40 +0200 |
commit | c10a328ec575a09ce5dcfd7012591dbdfdaf7cda (patch) | |
tree | d7903263f470d7851affee0b5e31856b384845ee /.gitlab-ci.yml | |
parent | 8c262bf7d0992dcdc533d8d7c866adb9dc43467a (diff) | |
download | gitlab-ce-c10a328ec575a09ce5dcfd7012591dbdfdaf7cda.tar.gz |
Don't use ee/.gitlab/ for CI config filesmove-ee-ci-config-to-ce
These files are not available in CE, resulting in CI pipeline failures
when trying to include these files. Since the job is already configured
to only run on EE, we can just include it in both CE and EE.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27992024265..5b5527284d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,3 +41,4 @@ include: - local: .gitlab/ci/setup.gitlab-ci.yml - local: .gitlab/ci/test-metadata.gitlab-ci.yml - local: .gitlab/ci/yaml.gitlab-ci.yml + - local: .gitlab/ci/ee-specific-checks.gitlab-ci.yml |