Fix drone pipeline
This commit is contained in:
+9
-16
@@ -4,24 +4,17 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: builddeb
|
||||
image: plugins/deb
|
||||
pull: never
|
||||
image: ubuntu/20.04
|
||||
volumes:
|
||||
- name: debhost
|
||||
path: /debian/
|
||||
settings:
|
||||
name: lch
|
||||
package: lch
|
||||
description: Linux Compressor Humanizer
|
||||
version: 0.6
|
||||
maintainer: HatThieves <webmaster@hatthieves.es>
|
||||
homepage: https://lch.hatthieves.es/
|
||||
arch: all
|
||||
auto: debian/
|
||||
depends:
|
||||
- bash
|
||||
target: /debian/
|
||||
|
||||
path: /debian
|
||||
commands:
|
||||
- dpkg-buildpackage -us -uc
|
||||
- cp ../lch_0.6.10.deb .
|
||||
- dpkg -i lch_0.6.10.deb
|
||||
- lch -v
|
||||
- cp lch_0.6.10.deb /debian/
|
||||
|
||||
volumes:
|
||||
- name: debhost
|
||||
host:
|
||||
|
||||
Reference in New Issue
Block a user