fix vpp-sphinx-docs-verify-master job failure 08/25808/1
authorPaul Vinciguerra <[email protected]>
Wed, 11 Mar 2020 17:17:28 +0000 (13:17 -0400)
committerPaul Vinciguerra <[email protected]>
Wed, 11 Mar 2020 17:17:28 +0000 (13:17 -0400)
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 <[email protected]>
jjb/scripts/vpp/sphinx-docs.sh

index db2b6bc..7497287 100644 (file)
@@ -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})