Run bundle install after checking out $CI_COMMIT_SHA
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
3918c303b9
commit
d4bffeda36
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue