pchwbm/.woodpecker.yml
Gregory Ballantine 1d7b9c8f0f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial project structure with dry/cli
2023-10-30 15:57:44 -04:00

19 lines
349 B
YAML

pipeline:
style:
image: ruby:3.0
commands:
- 'gem install rake'
- 'bundle install'
- '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