Use abra as a Drone plugin!
|
||
---|---|---|
.drone.yml | ||
apps.json | ||
Dockerfile | ||
LICENSE | ||
makefile | ||
plugin.sh | ||
README.md | ||
renovate.json |
drone-abra
Use abra
as a Drone plugin!
Settings
Required (no default)
- command: The command to run (passed to
abra
executable)
Example
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: thecoopcloud/drone-abra:latest
settings:
command: catalogue generate
Publishing
The version can be bumped in the .drone.yml file. We're sticking with latest
as we iterate on the code right now.
If you push a commit to main, the Drone config will publish to Docker Hub.