.drone.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75d83f8a80
commit
7813414618
@ -14,7 +14,6 @@ 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
|
||||||
@ -32,10 +31,8 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
privileged: true
|
|
||||||
|
|
||||||
# Volumes for Building
|
# Volumes for Building
|
||||||
volumes:
|
volumes:
|
||||||
- name: build
|
- name: build
|
||||||
host:
|
temp: {}
|
||||||
path: /tmp/debian_build_1
|
|
Loading…
Reference in New Issue
Block a user