X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Finclude-raw-csit-vpp-verify-weekly.sh;h=3c74c349b3c4bbb17066d20a0c16d1b90a196714;hb=31fe3ba6387bdf3012395a5f76510fb9cfed8361;hp=67199338753ee4278d157c33e4bde4ee6cfb18d2;hpb=86c789092ef5bb4ad47dc2a5e59f00091f02b2b9;p=ci-management.git diff --git a/jjb/csit/include-raw-csit-vpp-verify-weekly.sh b/jjb/csit/include-raw-csit-vpp-verify-weekly.sh index 671993387..3c74c349b 100644 --- a/jjb/csit/include-raw-csit-vpp-verify-weekly.sh +++ b/jjb/csit/include-raw-csit-vpp-verify-weekly.sh @@ -1,11 +1,6 @@ #!/bin/bash set -xeu -o pipefail -# Clone csit and start tests -git clone https://gerrit.fd.io/r/csit --branch master - -cd csit - # execute csit bootstrap script if it exists if [ -e bootstrap-vpp-verify-weekly.sh ] then @@ -14,7 +9,7 @@ then # run the script ./bootstrap-vpp-verify-weekly.sh else - echo 'ERROR: No bootstrap-verify-master.sh found' + echo 'ERROR: No bootstrap-vpp-verify-weekly.sh found' exit 1 fi