PKGBUILD/.drone.yml

25 lines
446 B
YAML
Raw Normal View History

2022-04-02 14:59:04 +00:00
---
kind: pipeline
type: kubernetes
name: deploy
platform:
2022-04-02 15:55:38 +00:00
os: linux
2022-04-02 14:59:04 +00:00
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