Commit d4bffeda authored by Rémy Coutable's avatar Rémy Coutable

Run bundle install after checking out $CI_COMMIT_SHA

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3918c303
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment