summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-05-16 14:04:35 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-05-16 12:06:09 +0000
commit032160337ff39c42bcb536cc50cd83ebac0b6106 (patch)
tree7079c60f8b3bdc496d6aa61edc19a3f084d197f8
parent027b5b37883847a7f0acfdb386d8e891914cd26c (diff)
docker: fix path in copy_packages.sh
Change-Id: I737000a63c81d6812a8fb6aa6d4d8d6b87ffdc7d Signed-off-by: Marek Gradzki <mgradzki@cisco.com> (cherry picked from commit 03f6001049d60c59c81408c472996cba4e703a75)
-rwxr-xr-xexamples/docker/copy_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docker/copy_packages.sh b/examples/docker/copy_packages.sh
index 555907efb..5fd9a47f6 100755
--- a/examples/docker/copy_packages.sh
+++ b/examples/docker/copy_packages.sh
@@ -3,4 +3,4 @@
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
+cp ~/vpp/build-root/*.deb ../../packaging/deb/xenial/*.deb packages/ \ No newline at end of file