mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Use the verify.sh script
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
b0430b6ade
commit
d686190466
1 changed files with 3 additions and 12 deletions
|
@ -8,10 +8,7 @@ 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
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
@ -19,10 +16,7 @@ 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
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
@ -30,10 +24,7 @@ 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
|
||||
- /workdir/.expeditor/buildkite/verify.sh
|
||||
expeditor:
|
||||
executor:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue