From 4e3e51fe69f9684b0c9120f7eadcfbb942c55f1d Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Fri, 7 Apr 2017 16:19:15 +0200 Subject: Bump migration paths version Skimming over the job I noticed that the version is way behind in history, which ansich is a good thing. However, the first couple of migrations have been tested ad infinitum at this point, plus it adds to the number of objects to fetch for this job. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66f8b6e6f9a..2d3e3dcd976 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -347,7 +347,7 @@ migration paths: - master@gitlab/gitlabhq - master@gitlab/gitlab-ee script: - - git fetch origin v8.5.9 + - git fetch origin v8.14.10 - git checkout -f FETCH_HEAD - cp config/resque.yml.example config/resque.yml - sed -i 's/localhost/redis/g' config/resque.yml -- cgit v1.2.1