2019-07-05 20:58:39 +00:00
|
|
|
---
|
|
|
|
|
2019-07-05 20:37:13 +00:00
|
|
|
steps:
|
|
|
|
|
2019-07-05 20:58:39 +00:00
|
|
|
- label: coverage
|
|
|
|
command:
|
|
|
|
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
|
|
|
- bundle exec rake test
|
|
|
|
expeditor:
|
|
|
|
executor:
|
|
|
|
docker:
|
|
|
|
image: ruby:2.6-stretch
|