Config does not exists any more

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-10 17:27:17 +02:00
parent c1de46dbc7
commit dc2e38e56d
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ before_script:
- which ruby
- gem install bundler --no-ri --no-rdoc
- cp config/gitlab.yml.example config/gitlab.yml
- cp config/gitlab_ci.yml.example config/gitlab_ci.yml
- touch log/application.log
- touch log/test.log
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"