Rimosso drone.
This commit is contained in:
parent
d05244b9a3
commit
e21df37d01
22
.drone.yml
22
.drone.yml
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: build and publish
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build binary package
|
|
||||||
image: whynothugo/makepkg
|
|
||||||
|
|
||||||
- name: publish
|
|
||||||
image: plugins/gitea-release
|
|
||||||
settings:
|
|
||||||
api_key:
|
|
||||||
from_secret: deploy_token
|
|
||||||
base_url: https://git.sys42.eu
|
|
||||||
files: "*.pkg.tar.zst"
|
|
||||||
checksum: md5sum
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
- pull_request
|
|
Loading…
Reference in New Issue
Block a user