~hp/synthpod

a14e4a5798ffa1c20b6429efa8de945a1c208b00 — Hanspeter Portner 5 months ago 1276f97 + 06bac42
Merge branch 'master' of git.forge:~hp/synthpod
1 files changed, 30 insertions(+), 0 deletions(-)

A .builds/alpine-latest.yml
A .builds/alpine-latest.yml => .builds/alpine-latest.yml +30 -0
@@ 0,0 1,30 @@
# SPDX-FileCopyrightText: Hanspeter Portner <dev@open-music-kontrollers.ch>
# SPDX-License-Identifier: CC0-1.0
---
image: alpine/latest
packages:
- reuse
- hut
- jq
environment:
  project: synthpod
secrets:
- 0545580c-42ac-4700-b322-4e9df924eb07
- 5fe806cd-3af4-4588-9898-8115d9262144
- d6d10b2a-542a-4b45-b1be-6ef30a8ab558
- 3de1773e-3503-46f5-8ab4-5212026517f4
- 8c1363a3-86c2-46e5-9b52-79db433fa884
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>
...