Merge branch '38605-move-ee_compat_check-to-an-earlier-build-stage' into 'master'

Speedup the `ee_compat_check` job

Closes #38605

See merge request gitlab-org/gitlab-ce!15324
This commit is contained in:
Sean McGivern 2017-11-13 15:53:11 +00:00
commit e897d8b7f7
1 changed files with 1 additions and 5 deletions

View File

@ -416,12 +416,8 @@ ee_compat_check:
- /^[\d-]+-stable(-ee)?/
- branches@gitlab-org/gitlab-ee
- branches@gitlab/gitlab-ee
allow_failure: yes
allow_failure: no
retry: 0
cache:
key: "ee_compat_check_repo"
paths:
- ee_compat_check/ee-repo/
artifacts:
name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}"
when: on_failure