Merge branch 'master' of https://git.wit.com/netops/wit-network-config
This commit is contained in:
commit
6852641afb
|
@ -0,0 +1,15 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: registry.v1.cloud.wit.com/toby/packager:1.1
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y wit-network-config
|
||||||
|
- dpkg-buildpackage --no-sign
|
||||||
|
upload:
|
||||||
|
image: appleboy/drone-scp
|
||||||
|
host: cloud-api.v1.cloud.wit.com
|
||||||
|
username: root
|
||||||
|
port: 22022
|
||||||
|
target: /data/incoming
|
||||||
|
source: ../wit-network-config_*_all.deb
|
||||||
|
strip_components: 1
|
Loading…
Reference in New Issue