diff options
Diffstat (limited to 'examples/docker/copy_packages.sh')
-rwxr-xr-x | examples/docker/copy_packages.sh | 6 |
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 |