Browse Source

Fix drone pipeline

0.6r10^2
Pedro Berrocal 3 years ago
parent
commit
119effe2e3
1 changed files with 9 additions and 8 deletions
  1. +9
    -8
      .drone.yml

+ 9
- 8
.drone.yml View File

@ -5,11 +5,12 @@ name: default
steps:
- name: builddeb
pull: never
image: plugins/deb
description: Linux Compressor Humanizer
package: lch
version: 0.6
maintainer: Pedro Berrocal <pberr@hatthieves.es>
homepage: https://lch.hatthieves.es/
arch: all
auto_path: debian/
image: plugins/deb
settings:
description: Linux Compressor Humanizer
package: lch
version: 0.6
maintainer: Pedro Berrocal <pberr@hatthieves.es>
homepage: https://lch.hatthieves.es/
arch: all
auto_path: debian/

Loading…
Cancel
Save