summaryrefslogtreecommitdiffstats
path: root/jjb/csit
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-04-21 09:08:17 +0000
committerGerrit Code Review <gerrit@fd.io>2017-04-21 09:08:17 +0000
commit0163e0a70917b1eb627fab50e254a84994731caf (patch)
tree7ae860b66b733078f608b311517f88a5692726b1 /jjb/csit
parentdb2901e50c9053331f588e63630e944ea78f9cd8 (diff)
parent6f1cb62968068857f17d73dba32d72c2b6cc7713 (diff)
Merge "CSIT-561: Add release and version to the header"
Diffstat (limited to 'jjb/csit')
-rw-r--r--jjb/csit/include-raw-csit-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/csit/include-raw-csit-docs.sh b/jjb/csit/include-raw-csit-docs.sh
index 9f460c4f3..3c962b97b 100644
--- a/jjb/csit/include-raw-csit-docs.sh
+++ b/jjb/csit/include-raw-csit-docs.sh
@@ -12,7 +12,7 @@ set -xe -o pipefail
cd ${DOC_DIR}
chmod +x ./run_doc.sh
-./run_doc.sh
+./run_doc.sh ${GERRIT_BRANCH}
retval=$?
if [ ${retval} -ne "0" ]; then