Fixed small error in woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
1595e150f4
commit
025e7c81e9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user