From d70b450ccf90ea8f350b9478fa25eb26dd2d06f0 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 23:33:15 +0200 Subject: [PATCH 1/3] 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 From ad041f8d60bd12e07595e5ef7e8d138f174e00bb Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 23:36:33 +0200 Subject: [PATCH 2/3] volumes --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8ddb516..c7d2a00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,10 @@ workspace: path: src/github.com/drone-plugins/drone-deb pipeline: + builddeb: - image: docker - repo: plugins/deb + image: plugins/deb + pull: never volumes: - name: debhost path: /debian From cd077c6dc91901b2686c8df63b3eaf6fbd16cdd9 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 23:38:40 +0200 Subject: [PATCH 3/3] volumes --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index c7d2a00..2248dfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -workspace: - base: /go - path: src/github.com/drone-plugins/drone-deb - pipeline: builddeb: