salt-build/.drone.yml
Paul 632c9e3306
Some checks reported errors
continuous-integration/drone/push Build was killed
update salt-build
2025-09-13 21:18:12 +02:00

35 lines
578 B
YAML

---
kind: pipeline
type: docker
name: default-amd64
platform:
os: linux
arch: amd64
workspace:
path: /salt
steps:
- name: build
image: debian:unstable
commands:
- apt update && apt install -y wget patchelf python3-pip
- ./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