Fix typo in ZUUL infra variable

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

Change-Id: Iae8414fbc5c6f087e2deb887e8215706034d8e41
(cherry picked from commit 7d58709270)
This commit is contained in:
Andreas Jaeger 2017-11-24 18:39:16 +01:00
parent 7897e82563
commit c7f2b7cf0e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,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"
# Draft guides
# This includes guides that we publish from stable branches