volumes
This commit is contained in:
+18
-22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user