FIX: Ligato VPP_AGENT_VERSION 05/12305/5
authorPeter Mikus <pmikus@cisco.com>
Wed, 2 May 2018 07:23:28 +0000 (07:23 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 2 May 2018 07:52:20 +0000 (07:52 +0000)
Change-Id: Ifce0fd94652498302d3e36f6b83453a701784619
Signed-off-by: Peter Mikus <pmikus@cisco.com>
VPP_AGENT_STABLE_VER
bootstrap-verify-perf-ligato.sh

index 26e5d19..59c6dc5 100644 (file)
@@ -1 +1 @@
-v1.3
\ No newline at end of file
+pantheon-dev
\ No newline at end of file
index 44ebd8d..63e2b9b 100644 (file)
@@ -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}"