summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-11-21 22:51:38 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-11-21 22:51:38 +0100
commitba63957ee8cb57b33c7ee1d63192ddc4db091f7d (patch)
treea49a1b77ff400e3896e9ad02d3d2a4f9b978c714 /.gitlab-ci.yml
parent2449d787ad32b399b79bf89c756bc9165232ceb0 (diff)
downloadgitlab-ce-ba63957ee8cb57b33c7ee1d63192ddc4db091f7d.tar.gz
Fix migration paths tests
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 436e9ec6c60..5878567c02e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,7 +324,7 @@ migration paths:
- git checkout v8.5.9
- cp config/resque.yml.example config/resque.yml
- sed -i 's/localhost/redis/g' config/resque.yml
- - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
+ - bundle install --without postgres production --jobs $(nproc) ${FLAGS[@]} --retry=3
- rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_BUILD_REF
- source scripts/prepare_build.sh