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:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-04-07 17:19:15 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-04-07 17:19:15 +0300
commit4e3e51fe69f9684b0c9120f7eadcfbb942c55f1d (patch)
tree14d1fccd9d6b20bb8488e76e520190ce1ffaa3ac /.gitlab-ci.yml
parent780a8968a50ff1b23eea6a72600f5f19a01cb81a (diff)
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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