summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/vpp
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-05-24 21:45:01 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-05-31 16:12:12 -0400
commit49189f5efaa8bbc598b79deebe27784772445cff (patch)
tree18b4b6847fe8adff41bd397f6ee849da35f5a103 /jjb/scripts/vpp
parentd33a530f0430b519c3fc0cd0ed3590aaeafe091c (diff)
vpp: add spellcheck to docs jobs.
Change-Id: I0ab1c58a01f9b1a9b2c661f700b3862294900a44 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/scripts/vpp')
-rwxr-xr-xjjb/scripts/vpp/docs.sh4
1 files 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