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.
This commit is contained in:
parent
780a8968a5
commit
4e3e51fe69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue