diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-04-21 09:08:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-04-21 09:08:17 +0000 |
commit | 0163e0a70917b1eb627fab50e254a84994731caf (patch) | |
tree | 7ae860b66b733078f608b311517f88a5692726b1 | |
parent | db2901e50c9053331f588e63630e944ea78f9cd8 (diff) | |
parent | 6f1cb62968068857f17d73dba32d72c2b6cc7713 (diff) |
Merge "CSIT-561: Add release and version to the header"
-rw-r--r-- | jjb/csit/include-raw-csit-docs.sh | 2 |
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 |