3wc 96384c577a
All checks were successful
continuous-integration/drone/push Build is passing
Update to latest abra
2024-03-30 14:59:36 -03:00
2023-10-03 22:33:55 +01:00
2021-06-21 12:27:31 +02:00
2024-03-30 14:59:36 -03:00
2021-06-03 19:50:14 +02:00
2023-01-15 17:09:56 -08:00
2023-01-16 13:27:31 -08:00
2023-01-15 19:54:50 -08:00
2023-01-19 08:10:07 +00:00

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.

Description
Use abra as a Drone plugin!
Readme 106 KiB
Languages
Makefile 45.7%
Dockerfile 33.9%
Shell 20.4%