Files
s3h/woodpecker.yml
T
damage 1eb4644128
ci/woodpecker/manual/woodpecker Pipeline failed
ubuntu image w/o curl
2026-04-03 20:23:41 +02:00

15 lines
460 B
YAML

when:
- event: [tag, manual]
steps:
- name: ubuntu
image: ubuntu:24.04
commands:
- build/deb/build_stable.sh
- name: ubuntu-upload
image: curlimages/curl:latest
pull: true
commands:
- curl --user "$PACKAGE_USERNAME:$PACKAGE_PASSWORD" --upload-file "build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb" https://source.devloop.de/api/packages/damage/debian/pool/stable/main/upload
secrets: [ package_username, package_password ]