From 9078579364beb66efae5a03e6e3c6665e381cc28 Mon Sep 17 00:00:00 2001 From: sharath Date: Thu, 25 Oct 2018 17:44:25 +0530 Subject: [PATCH] Fix: Let rsync exclude csit repo directory alone Change-Id: If81e92c98066280a6889efc934f49f949f1f7307 Signed-off-by: sharath --- jjb/dmm/include-raw-dmm-csit-functional-virl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh index 715601a21..444d2611c 100644 --- a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh +++ b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh @@ -26,7 +26,7 @@ fi mkdir -p ./csit/dmm/ # Move the dmm to the csit dir -rsync -av --progress --exclude="csit" . ./csit/dmm/ +rsync -av --progress --exclude="./csit" . ./csit/dmm/ cd csit -- 2.16.6