quick fix to allow build after adams repo release info change

This commit is contained in:
toby 2018-11-01 09:15:02 +01:00
parent 2bfed0b53e
commit e7cdde0418
1 changed files with 1 additions and 1 deletions

View File

@ -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 <netops@wit.com> $(date -R)" >debian/changelog