stage-manager/.woodpecker.yml

24 lines
450 B
YAML
Raw Normal View History

2023-03-18 11:41:13 -04:00
pipeline:
setup:
image: ruby:3.0
commands:
- 'gem install rake'
2023-03-18 11:41:13 -04:00
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'
style:
image: ruby:3.0
commands:
- 'rake test:rubocop'
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
when:
event: tag