diff options
-rw-r--r-- | VPP_AGENT_STABLE_VER | 2 | ||||
-rw-r--r-- | bootstrap-verify-perf-ligato.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VPP_AGENT_STABLE_VER b/VPP_AGENT_STABLE_VER index 26e5d19510..59c6dc5f53 100644 --- a/VPP_AGENT_STABLE_VER +++ b/VPP_AGENT_STABLE_VER @@ -1 +1 @@ -v1.3
\ No newline at end of file +pantheon-dev
\ No newline at end of file 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}" |