~hp/mystery.lv2

90b3ba8c8fb4b5d296a53399d60471716d6aa92c — Hanspeter Portner 5 months ago 42f5f5f
Update ci to release-0.0.0
1 files changed, 27 insertions(+), 0 deletions(-)

A .builds/alpine-latest.yml
A .builds/alpine-latest.yml => .builds/alpine-latest.yml +27 -0
@@ 0,0 1,27 @@
---
image: alpine/latest
packages:
- reuse
- hut
- jq
environment:
  project: mystery.lv2
secrets:
- 0545580c-42ac-4700-b322-4e9df924eb07
- 5fe806cd-3af4-4588-9898-8115d9262144
- d6d10b2a-542a-4b45-b1be-6ef30a8ab558
- 3de1773e-3503-46f5-8ab4-5212026517f4
sources:
- https://git.open-music-kontrollers.ch/~hp/ci
tasks:
- sign: |-
    . ~/ci/activate
    if ! ci-istag; then
      complete-build
    fi
    ci-archivesign
triggers:
- action: email
  condition: failure
  to: <dev@open-music-kontrollers.ch>
...