PKGBUILD/.drone.yml

24 lines
434 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
kind: pipeline
type: kubernetes
name: deploy
platform:
arсh: amd64
steps:
- name: arch-linux-pkg
commands:
- sed --in-place 's/pkgver=.*/pkgver=${DRONE_TAG}/' PKGBUILD
- makepkg --sign
environment:
MAKEPKG_PACKAGER: "csrbot@cryptic.systems"
MAKEPKG_PKGEXT: ".pkg.tar.zst"
MAKEPKG_SRCEXT: ".src.tar.zst"
image: docker.io/volkerraschek/build-image:latest
# trigger:
# event:
# include:
# - tag