quick fix to allow build after adams repo release info change
This commit is contained in:
parent
2bfed0b53e
commit
e7cdde0418
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: registry.i.wit.com/toby/packager:1.3
|
image: registry.i.wit.com/toby/packager:1.3
|
||||||
commands:
|
commands:
|
||||||
- apt-get 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
|
||||||
- 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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue