Fixed small error in woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-03-18 11:45:34 -04:00
parent 1595e150f4
commit 025e7c81e9

View File

@ -2,13 +2,13 @@ pipeline:
setup:
image: ruby:3.0
commands:
- 'gem install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'
style:
image: ruby:3.0
commands:
- 'gem install rake'
- 'rake test:rubocop'
gitea_release: