Fix typo in ZUUL infra variable

.zuul.yaml has NEWREF, so fix typo in tools/build-all-rst.sh.

Change-Id: Iae8414fbc5c6f087e2deb887e8215706034d8e41
This commit is contained in:
Andreas Jaeger 2017-11-24 18:39:16 +01:00
parent d7dc4b3103
commit 7d58709270
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fi
# This marker is needed for infra publishing.
# Note for stable branches, this needs to be the top of each manual.
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_BRANCH Build: $ZUUL_UUID Revision: $ZUUL_NEWREV"
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_BRANCH Build: $ZUUL_UUID Revision: $ZUUL_NEWREF"
LINKCHECK=""
PDF_OPTION=""