salt-build/.drone.yml
Paul 3e8236a1c0
Some checks failed
continuous-integration/drone Build is failing
update salt-build
2025-09-13 21:10:47 +02:00

32 lines
540 B
YAML

---
kind: pipeline
type: docker
name: default-amd64
platform:
os: linux
arch: amd64
steps:
- name: build
image: debian:unstable
commands:
- apt update && apt install -y wget patchelf
- ./install.sh
when:
event:
exclude:
- tag
- name: publish
image: plugins/gitea-release
settings:
base_url: https://git.paulbsd.com
api_key:
from_secret: gitea_token
files: "out/*.tar.xz"
environment:
PLUGIN_TITLE: ""
when:
event:
- tag