From 2ca1595db8a19127244b0e981711bace0837e639 Mon Sep 17 00:00:00 2001 From: toby Date: Sat, 1 Dec 2018 18:48:36 +0100 Subject: [PATCH] more debugging on the drone build --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a03af1d..f0408d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,9 @@ pipeline: build: image: registry.i.wit.com/toby/packager:1.3 environment: - - RELEASE=$${BRANCH/prod/} + - RELEASE=$${DRONE_BRANCH/prod/} commands: + - echo Building $RELEASE from $DRONE_BRANCH - apt-get --allow-releaseinfo-change update - apt-get install -y sed strongswan frr isc-dhcp-client systemd - apt-get clean