From ec359d0e6b5de4e719f12321830c297d3d68ef5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Istv=C3=A1n=20V=C3=A1radi?= Date: Sat, 27 Apr 2019 10:46:58 +0200 Subject: [PATCH] Reinstate Debian build in the new Drone config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: István Váradi --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.drone.yml b/.drone.yml index d750c5519..9410c1bb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -328,7 +328,26 @@ trigger: event: - pull_request - push +--- +kind: pipeline +name: Debian +steps: +- name: build + image: nextcloudci/client-debian-ci:client-debian-ci-2 + commands: + - /bin/bash -c "./admin/linux/debian/drone-build.sh" + environment: + DEBIAN_SECRET_KEY: + from_secret: DEBIAN_SECRET_KEY + DEBIAN_SECRET_IV: + from_secret: DEBIAN_SECRET_IV +trigger: + branch: + - master + event: + - pull_request + - push --- kind: pipeline name: Documentation -- 2.30.2