diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-04-07 16:19:15 +0200 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-04-07 16:19:15 +0200 |
commit | 4e3e51fe69f9684b0c9120f7eadcfbb942c55f1d (patch) | |
tree | 14d1fccd9d6b20bb8488e76e520190ce1ffaa3ac | |
parent | 780a8968a50ff1b23eea6a72600f5f19a01cb81a (diff) | |
download | gitlab-ce-4e3e51fe69f9684b0c9120f7eadcfbb942c55f1d.tar.gz |
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.
-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 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 |