Browse Source

Fix drone pipeline

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

+ 8
- 8
.drone.yml View File

@ -4,11 +4,11 @@ name: default
steps:
- name: builddeb
- 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
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