From 49189f5efaa8bbc598b79deebe27784772445cff Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 24 May 2022 21:45:01 -0400 Subject: [PATCH] vpp: add spellcheck to docs jobs. Change-Id: I0ab1c58a01f9b1a9b2c661f700b3862294900a44 Signed-off-by: Dave Wallace --- jjb/scripts/vpp/docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/scripts/vpp/docs.sh b/jjb/scripts/vpp/docs.sh index ba522b9b6..a3c9f477f 100755 --- a/jjb/scripts/vpp/docs.sh +++ b/jjb/scripts/vpp/docs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -30,7 +30,7 @@ fi # longer supported vpp_release="$(${WORKSPACE}/build-root/scripts/version rpm-version)" if [[ "${vpp_release::2}" -ge "22" ]] ; then - CONFIRM=-y FORCE=--force-yes make docs + CONFIRM=-y FORCE=--force-yes make docs docs-spell else CONFIRM=-y FORCE=--force-yes make docs-venv docs fi -- 2.16.6