summaryrefslogtreecommitdiffstats
path: root/jjb/scripts
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2020-03-11 13:17:28 -0400
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-03-11 13:17:28 -0400
commit4baaa26455c15e247a20956b7732f6301ae098fb (patch)
tree81c4e2c3c1a8df973fd09cfb776fd30659697844 /jjb/scripts
parentb81e5c92687238d60331dd11e9b079657b2aa5bc (diff)
fix vpp-sphinx-docs-verify-master job failure
Job is failing because it is asking to install newer packages. Apparently the 'make docs' is called from docs and expects different environment variables set in the base makefile's 'make docs'. Fixes: b81e5c92687238d60331dd11e9b079657b2aa5bc Change-Id: I7613cde1178e5e27fdb3e457b4e03969080236c9 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'jjb/scripts')
-rw-r--r--jjb/scripts/vpp/sphinx-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/scripts/vpp/sphinx-docs.sh b/jjb/scripts/vpp/sphinx-docs.sh
index db2b6bcda..749728731 100644
--- a/jjb/scripts/vpp/sphinx-docs.sh
+++ b/jjb/scripts/vpp/sphinx-docs.sh
@@ -10,7 +10,7 @@ set -xe -o pipefail
[ "$VERSION" ] || VERSION=$(./build-root/scripts/version rpm-version)
make docs-venv
-UNATTENDED=y make docs
+CONFIRM=-y FORCE=--force-yes make docs
if [[ ${JOB_NAME} == *merge* ]]; then
mkdir -p $(dirname ${RESOURCES_DIR})