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>
+...