X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Finclude-raw-csit-vpp-perf-nightly.sh;h=c3f9e7d9fe38f6b3857559e5ccf538acd2dbbbb9;hb=20f443e644103f4494f366587a6f9f2e6325b6a6;hp=71e68038612b08d0809cec616503d2c623f55070;hpb=21943e45bce231535dcaaf83f835213a4fd04824;p=ci-management.git diff --git a/jjb/csit/include-raw-csit-vpp-perf-nightly.sh b/jjb/csit/include-raw-csit-vpp-perf-nightly.sh index 71e680386..c3f9e7d9f 100644 --- a/jjb/csit/include-raw-csit-vpp-perf-nightly.sh +++ b/jjb/csit/include-raw-csit-vpp-perf-nightly.sh @@ -7,6 +7,11 @@ if [ "$BRANCH_ID" == "" ]; then BRANCH_ID="master" fi +#make sure there is no csit directory +if [ -d "./csit/" ]; then + rm -rf ./csit/ +fi + # clone csit git clone --depth 1 --no-single-branch https://gerrit.fd.io/r/csit