From e7cdde04187cd0725f53bb306d0d0bb7968cc89a Mon Sep 17 00:00:00 2001 From: toby Date: Thu, 1 Nov 2018 09:15:02 +0100 Subject: [PATCH] quick fix to allow build after adams repo release info change --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f7663da..24f832d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: registry.i.wit.com/toby/packager:1.3 commands: - - apt-get update + - apt-get --allow-releaseinfo-change update - apt-get install -y sed strongswan frr isc-dhcp-client systemd - apt-get clean - echo "wit-network-config (2.0.$(date +%Y.%m.%d.%H.%M)) unstable; urgency=low\n\n$(git log --format=" * %s")\n\n -- wit $(date -R)" >debian/changelog