.drone.yml aktualisiert
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
75d83f8a80
commit
7813414618
|
@ -14,7 +14,6 @@ steps:
|
|||
- apt-get update
|
||||
- apt-get install -y debhelper dh-make
|
||||
- dh_builddeb --destdir=/dist
|
||||
privileged: true
|
||||
|
||||
- name: attach-to-release
|
||||
image: plugins/gitea-release
|
||||
|
@ -32,10 +31,8 @@ steps:
|
|||
when:
|
||||
event:
|
||||
- tag
|
||||
privileged: true
|
||||
|
||||
# Volumes for Building
|
||||
volumes:
|
||||
- name: build
|
||||
host:
|
||||
path: /tmp/debian_build_1
|
||||
temp: {}
|
Loading…
Reference in New Issue