stage-manager/.woodpecker.yml
Gregory Ballantine 1595e150f4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fixed small error in woodpecker CI config
2023-03-18 11:43:23 -04:00

24 lines
450 B
YAML

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:
- '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