summaryrefslogtreecommitdiffstats
path: root/examples/docker/copy_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docker/copy_packages.sh')
-rwxr-xr-xexamples/docker/copy_packages.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/docker/copy_packages.sh b/examples/docker/copy_packages.sh
new file mode 100755
index 000000000..555907efb
--- /dev/null
+++ b/examples/docker/copy_packages.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+rm packages/*.deb
+
+# Copies locally-built vpp and hc2vpp packages
+cp ~/vpp/build-root/*.deb ../packaging/deb/xenial/*.deb packages/ \ No newline at end of file