mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
use --- and +++ to improve the log view on buildkite
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
55be67da69
commit
218e679ade
1 changed files with 6 additions and 0 deletions
|
@ -8,7 +8,9 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.4
|
||||
command:
|
||||
- echo "--- bundle install"
|
||||
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||
- echo "+++ bundle exec rake"
|
||||
- bundle exec rake
|
||||
expeditor:
|
||||
executor:
|
||||
|
@ -17,7 +19,9 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.5
|
||||
command:
|
||||
- echo "--- bundle install"
|
||||
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||
- echo "+++ bundle exec rake"
|
||||
- bundle exec rake
|
||||
expeditor:
|
||||
executor:
|
||||
|
@ -26,7 +30,9 @@ steps:
|
|||
|
||||
- label: run-tests-ruby-2.6
|
||||
command:
|
||||
- echo "--- bundle install"
|
||||
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
|
||||
- echo "+++ bundle exec rake"
|
||||
- bundle exec rake
|
||||
expeditor:
|
||||
executor:
|
||||
|
|
Loading…
Reference in a new issue