From 3e5b0e21a64e25ea7cba5abba30357fbe8dfd6a7 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 29 Mar 2019 18:10:33 +0000 Subject: [PATCH] drone fixes --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 50c80d0..fa68b71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ pipeline: - DEBNAME=wit-network-config commands: - echo Building ${DRONE_BRANCH/master/experimental} - - apt-get --allow-releaseinfo-change update + - apt-get update - apt-get install -y sed strongswan frr isc-dhcp-client systemd - - echo "$DEBNAME (1.0.$(date +%Y.%m.%d.%H.%M)) unstable; urgency=low\n\n$(git log --format=" * %s")\n\n -- wit $(date -R)" >debian/changelog + - echo "$DEBNAME (2.0.$(date +%Y.%m.%d.%H.%M)) unstable; urgency=low\n\n$(git log --format=" * %s")\n\n -- wit $(date -R)" >debian/changelog - dpkg-buildpackage --no-sign - ls -lha ../$DEBNAME_*_all.deb - echo "$SSH_KEY" >/tmp/id_rsa