X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf-ligato.sh;h=63e2b9b7e821b4bdab70b5dfe6ac60bd766e4efb;hp=44ebd8d9f38b30a97d1ac7ca6e4c26b8ad5d6fbc;hb=9d9b972b994fc8da54c47e3e9a2ef284776c3f52;hpb=36da555ef3da4346ceaec1cd1651658ac539e689 diff --git a/bootstrap-verify-perf-ligato.sh b/bootstrap-verify-perf-ligato.sh index 44ebd8d9f3..63e2b9b7e8 100644 --- a/bootstrap-verify-perf-ligato.sh +++ b/bootstrap-verify-perf-ligato.sh @@ -102,7 +102,7 @@ if [ $? != 0 ]; then echo "Failed to run: git clone --depth 1 ${LIGATO_REPO_URL}/vpp-agent" exit 1 fi -cd vpp-agent && git checkout tags/${VPP_AGENT_STABLE_VER} +cd vpp-agent && git checkout ${VPP_AGENT_STABLE_VER} # If the git checkout fails, complain clearly and exit if [ $? != 0 ]; then echo "Failed to run: git checkout ${VPP_AGENT_STABLE_VER}"