diff options
author | Rémy Coutable <remy@rymai.me> | 2017-11-20 17:16:45 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-22 12:23:24 +0100 |
commit | 05e0c4c1c57077735dd91564750696dc76b1b90a (patch) | |
tree | 90d33913760421db84147e05be4acb1cba13b18d /.gitlab-ci.yml | |
parent | 13cfcfc23bf9ee6d599c34623a965671373fd75d (diff) | |
download | gitlab-ce-05e0c4c1c57077735dd91564750696dc76b1b90a.tar.gz |
Try to find the merge-base against the canonical master
Also, name the remotes in Gitlab::EeCompatCheck
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4b375696c2..2f149ef9a35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -419,7 +419,7 @@ ee_compat_check: retry: 0 artifacts: name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}" - when: on_failure + when: always expire_in: 10d paths: - ee_compat_check/patches/*.patch |