Skip to content

Commit

Permalink
Use the verify.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Miah Johnson <miah@chia-pet.org>
  • Loading branch information
miah committed Jul 10, 2019
1 parent b0430b6 commit d686190
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .expeditor/verify.pipeline.yml
Expand Up @@ -8,32 +8,23 @@ 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:
image: ruby:2.4-stretch

- 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:
image: ruby:2.5-stretch

- 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:
Expand Down

0 comments on commit d686190

Please sign in to comment.