This commit is contained in:
ale
2020-10-03 23:33:15 +02:00
parent cb5a2cef3d
commit d70b450ccf
+18 -22
View File
@@ -2,28 +2,24 @@ workspace:
base: /go
path: src/github.com/drone-plugins/drone-deb
kind: pipeline
type: docker
name: default
steps:
- name: builddeb
image: docker
repo: plugins/deb
volumes:
- name: debhost
path: /debian
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/
depends:
- bash
target: /debian
pipeline:
builddeb:
image: docker
repo: plugins/deb
volumes:
- name: debhost
path: /debian
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/
depends:
- bash
target: /debian
volumes:
- name: debhost