diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-24 11:45:13 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-03-24 11:45:13 +0000 |
commit | d561881b13ce6f5346e915efbfc1a38ceb18bb02 (patch) | |
tree | 3a80ba3452c91b8b38a0c6106f1b6a77a0736116 /.gitlab-ci.yml | |
parent | 711f09a1d7e1d099c813a3226aec53fc10addcdd (diff) | |
parent | 98b87a6ebf008e9f6bf071a140519adccc3a67e2 (diff) | |
download | gitlab-ce-d561881b13ce6f5346e915efbfc1a38ceb18bb02.tar.gz |
Merge branch 'improve-ee_check_compat-again' into 'master'
Fetch deeper the tested branch before fetching master
See merge request !9484
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62468ad0f0e..2da8207a3cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,10 +206,9 @@ rake ee_compat_check: - /^[\d-]+-stable(-ee)?$/ allow_failure: yes cache: - key: "ruby233-ee_compat_check_repo" + key: "ee_compat_check_repo" paths: - - ee_compat_check/repo/ - - vendor/ruby + - ee_compat_check/ee-repo/ artifacts: name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}" when: on_failure |