fix(ci): drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7b8b32f3f2
commit
095145266a
24
.drone.yml
Normal file
24
.drone.yml
Normal 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
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*
|
||||
!.drone.yml
|
||||
!.gitignore
|
||||
!PKGBUILD
|
Loading…
Reference in New Issue
Block a user