Fixed small error in woodpecker CI config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2023-03-18 11:46:32 -04:00
parent 025e7c81e9
commit 77af2e4c82

View File

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