Updated Woodpecker config for 3.x
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2025-08-12 21:59:59 -04:00
parent 85fe3b0b38
commit 164eea1bde

View File

@@ -1,20 +1,20 @@
pipeline:
steps:
test_ruby34:
group: tests
image: ruby:3.4
commands:
- 'gem install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'
- 'rake db:migrate'
- 'rake test:unit'
- gem install rake
- bundle config set --local path "vendor/bundle"
- bundle install
- rake db:migrate
- rake test:unit
group: tests
style:
image: ruby:3.4
commands:
- 'gem install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'rake test:rubocop'
- gem install rake
- bundle config set --local path "vendor/bundle"
- rake test:rubocop
gitea_release:
image: plugins/gitea-release
@@ -24,4 +24,5 @@ pipeline:
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
when:
event: tag
event:
- tag