more debugging on the drone build

This commit is contained in:
toby 2018-12-01 18:48:36 +01:00
parent 022daebf3c
commit 2ca1595db8
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@ pipeline:
build: build:
image: registry.i.wit.com/toby/packager:1.3 image: registry.i.wit.com/toby/packager:1.3
environment: environment:
- RELEASE=$${BRANCH/prod/} - RELEASE=$${DRONE_BRANCH/prod/}
commands: commands:
- echo Building $RELEASE from $DRONE_BRANCH
- apt-get --allow-releaseinfo-change update - apt-get --allow-releaseinfo-change update
- apt-get install -y sed strongswan frr isc-dhcp-client systemd - apt-get install -y sed strongswan frr isc-dhcp-client systemd
- apt-get clean - apt-get clean