Updated Woodpecker config for 3.x
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,20 +1,20 @@
|
|||||||
pipeline:
|
steps:
|
||||||
test_ruby34:
|
test_ruby34:
|
||||||
group: tests
|
|
||||||
image: ruby:3.4
|
image: ruby:3.4
|
||||||
commands:
|
commands:
|
||||||
- 'gem install rake'
|
- gem install rake
|
||||||
- 'bundle config set --local path "vendor/bundle"'
|
- bundle config set --local path "vendor/bundle"
|
||||||
- 'bundle install'
|
- bundle install
|
||||||
- 'rake db:migrate'
|
- rake db:migrate
|
||||||
- 'rake test:unit'
|
- rake test:unit
|
||||||
|
group: tests
|
||||||
|
|
||||||
style:
|
style:
|
||||||
image: ruby:3.4
|
image: ruby:3.4
|
||||||
commands:
|
commands:
|
||||||
- 'gem install rake'
|
- gem install rake
|
||||||
- 'bundle config set --local path "vendor/bundle"'
|
- bundle config set --local path "vendor/bundle"
|
||||||
- 'rake test:rubocop'
|
- rake test:rubocop
|
||||||
|
|
||||||
gitea_release:
|
gitea_release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@@ -24,4 +24,5 @@ pipeline:
|
|||||||
base_url: https://git.metaunix.net
|
base_url: https://git.metaunix.net
|
||||||
title: "${CI_COMMIT_TAG}"
|
title: "${CI_COMMIT_TAG}"
|
||||||
when:
|
when:
|
||||||
event: tag
|
event:
|
||||||
|
- tag
|
||||||
|
Reference in New Issue
Block a user