Fixed small error in woodpecker CI config
This commit is contained in:
parent
025e7c81e9
commit
77af2e4c82
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user