fix(ci): drone
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Markus Pesch 2022-04-02 16:59:04 +02:00
parent 7b8b32f3f2
commit 095145266a
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 25 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*
!.drone.yml
!.gitignore
!PKGBUILD