CIMANAGE-11: Change of CSIT branch names
[ci-management.git] / jjb / csit / include-raw-csit-vpp-verify-semiweekly.sh
index 13df074..cd17854 100644 (file)
@@ -19,7 +19,7 @@ fi
 cd csit
 
 # get the latest verified version of the required branch
-BRANCH_NAME=$(echo $(git branch -r | grep csit-verified-${BRANCH_ID} | tail -n 1))
+BRANCH_NAME=$(echo $(git branch -r | grep ${BRANCH_ID} | tail -n 1))
 
 if [ "${BRANCH_NAME}" == "" ]; then
     echo "No verified version found for requested branch - exiting"