From d70b450ccf90ea8f350b9478fa25eb26dd2d06f0 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 23:33:15 +0200 Subject: [PATCH] volumes --- .drone.yml | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8f40f2a..8ddb516 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 - 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 + homepage: https://lch.hatthieves.es/ + arch: all + auto_path: debian/ + depends: + - bash + target: /debian volumes: - name: debhost