summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-05-25 10:01:53 +0200
committerselias <samelias@cisco.com>2017-05-25 10:01:53 +0200
commitb6ad2056b95823139c90f8b78d7d3f2665547c87 (patch)
tree3657052ae963d7aa2d1b3f518bf3d5fe4dc0e74b /jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh
parent153d6f83fe7e1093601b9ad20ae1d446426a2042 (diff)
Honeycomb performance job
Change-Id: If9aced5e6294974874bcf10a1bc7c471c03a819f Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh')
-rw-r--r--jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh
index bf6e70c1d..e4bbd3fc3 100644
--- a/jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh
+++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-integration.sh
@@ -14,7 +14,7 @@ git clone https://gerrit.fd.io/r/csit --branch ${CSIT_BRANCH}
# If the git clone fails, complain clearly and exit
if [ $? != 0 ]; then
- echo "Failed to run: git clone https://gerrit.fd.io/r/csit --branch master"
+ echo "Failed to run: git clone https://gerrit.fd.io/r/csit --branch ${CSIT_BRANCH}"
exit
fi