Browse Source

volumes

0.6r10^2
ale 3 years ago
parent
commit
d70b450ccf
1 changed files with 18 additions and 22 deletions
  1. +18
    -22
      .drone.yml

+ 18
- 22
.drone.yml 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


Loading…
Cancel
Save