volumes
This commit is contained in:
+18
-22
@@ -2,28 +2,24 @@ workspace:
|
|||||||
base: /go
|
base: /go
|
||||||
path: src/github.com/drone-plugins/drone-deb
|
path: src/github.com/drone-plugins/drone-deb
|
||||||
|
|
||||||
kind: pipeline
|
pipeline:
|
||||||
type: docker
|
builddeb:
|
||||||
name: default
|
image: docker
|
||||||
|
repo: plugins/deb
|
||||||
steps:
|
volumes:
|
||||||
- name: builddeb
|
- name: debhost
|
||||||
image: docker
|
path: /debian
|
||||||
repo: plugins/deb
|
settings:
|
||||||
volumes:
|
description: Linux Compressor Humanizer
|
||||||
- name: debhost
|
package: lch
|
||||||
path: /debian
|
version: 0.6
|
||||||
settings:
|
maintainer: Pedro Berrocal <pberr@hatthieves.es>
|
||||||
description: Linux Compressor Humanizer
|
homepage: https://lch.hatthieves.es/
|
||||||
package: lch
|
arch: all
|
||||||
version: 0.6
|
auto_path: debian/
|
||||||
maintainer: Pedro Berrocal <pberr@hatthieves.es>
|
depends:
|
||||||
homepage: https://lch.hatthieves.es/
|
- bash
|
||||||
arch: all
|
target: /debian
|
||||||
auto_path: debian/
|
|
||||||
depends:
|
|
||||||
- bash
|
|
||||||
target: /debian
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: debhost
|
- name: debhost
|
||||||
|
|||||||
Reference in New Issue
Block a user