more debugging on the drone build
This commit is contained in:
parent
022daebf3c
commit
2ca1595db8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue