Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-03-24 14:45:13 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-03-24 14:45:13 +0300
commitd561881b13ce6f5346e915efbfc1a38ceb18bb02 (patch)
tree3a80ba3452c91b8b38a0c6106f1b6a77a0736116 /.gitlab-ci.yml
parent711f09a1d7e1d099c813a3226aec53fc10addcdd (diff)
parent98b87a6ebf008e9f6bf071a140519adccc3a67e2 (diff)
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.yml5
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