adding some more verbose output to drone for testing
This commit is contained in:
parent
e1d13857b2
commit
52658cebe2
|
@ -2,8 +2,12 @@ pipeline:
|
|||
build:
|
||||
image: registry.v1.cloud.wit.com/toby/packager:1.2
|
||||
commands:
|
||||
- apt-get update && apt-get install -y sed strongswan frr isc-dhcp-client systemd
|
||||
- apt-get update
|
||||
- apt-get install -y sed strongswan frr isc-dhcp-client systemd
|
||||
- apt-get clean
|
||||
- dpkg-buildpackage --no-sign
|
||||
- ls -lha ../wit-network-config_*_all.deb
|
||||
- find / -name *.deb
|
||||
upload:
|
||||
image: appleboy/drone-scp
|
||||
host: cloud-api.v1.cloud.wit.com
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
wit-network-config (1.7) unstable; urgency=low
|
||||
wit-network-config (1.8) unstable; urgency=low
|
||||
|
||||
* added drone support
|
||||
* adding support for frr 5.0
|
||||
|
|
Loading…
Reference in New Issue