Use abra as a Drone plugin!
Go to file
3wc 5521ebfd9d
continuous-integration/drone/push Build is passing Details
Switch to tagged abra image
Closes coop-cloud/organising#425
2023-03-28 00:56:01 -04:00
.drone.yml Update debian Docker tag to v11 2023-01-20 08:13:17 +00:00
Dockerfile Switch to tagged abra image 2023-03-28 00:56:01 -04:00
LICENSE Init this new plugin 2021-06-03 19:50:14 +02:00
README.md Fix binary paths, simplify plugin 2023-01-15 19:54:50 -08:00
apps.json Use new image namespace 2021-06-21 12:27:31 +02:00
makefile Update for new abra 2023-01-15 17:09:56 -08:00
plugin.sh Further simplification 2023-01-16 13:27:31 -08:00
renovate.json Add renovate.json 2023-01-19 08:10:07 +00:00

README.md

drone-abra

Build Status

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.