Merge "CSIT-PERF: New trigger design"
[ci-management.git] / jjb / csit / include-raw-csit-docs.sh
index 9f460c4..3c962b9 100644 (file)
@@ -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