From: Dave Wallace Date: Wed, 25 May 2022 01:45:01 +0000 (-0400) Subject: vpp: add spellcheck to docs jobs. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=49189f5efaa8bbc598b79deebe27784772445cff;p=ci-management.git vpp: add spellcheck to docs jobs. Change-Id: I0ab1c58a01f9b1a9b2c661f700b3862294900a44 Signed-off-by: Dave Wallace --- 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