diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b9a728..1684e18 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: