diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-22 00:31:38 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 17:08:17 +0200 |
commit | 3e61c8feb448bf44b025e7e7b02935b73ea52765 (patch) | |
tree | 6c18c3350bc12856871d13795ce91a4cae8c94e0 /.gitlab-ci.yml | |
parent | 2494569d59a8f2fa4c61f62a06f0afe739635a6d (diff) | |
download | gitlab-ce-3e61c8feb448bf44b025e7e7b02935b73ea52765.tar.gz |
Test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50233a2d8ac..2aaafdf0d92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ variables: before_script: - source ./scripts/prepare_build.sh - cp config/gitlab.yml.example config/gitlab.yml + - bundle --version #- retry gem install bundler - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" - '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate' |