.drone.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Rsclub2_2 2023-10-05 20:19:40 +00:00
parent ce7a2be806
commit 75d83f8a80

View File

@ -14,6 +14,7 @@ steps:
- apt-get update - apt-get update
- apt-get install -y debhelper dh-make - apt-get install -y debhelper dh-make
- dh_builddeb --destdir=/dist - dh_builddeb --destdir=/dist
privileged: true
- name: attach-to-release - name: attach-to-release
image: plugins/gitea-release image: plugins/gitea-release
@ -31,6 +32,7 @@ steps:
when: when:
event: event:
- tag - tag
privileged: true
# Volumes for Building # Volumes for Building
volumes: volumes: