Run bundle install after checking out $CI_COMMIT_SHA

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2017-03-22 23:46:20 +01:00
parent 3918c303b9
commit d4bffeda36
No known key found for this signature in database
GPG key ID: 46DF07E5CD9E96AB

View file

@ -333,6 +333,7 @@ migration paths:
- bundle install --without postgres production --jobs $(nproc) $FLAGS --retry=3
- bundle exec rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_COMMIT_SHA
- bundle install --without postgres production --jobs $(nproc) $FLAGS --retry=3
- source scripts/prepare_build.sh
- bundle exec rake db:migrate