vpp: add spellcheck to docs jobs. 00/36200/3
authorDave Wallace <dwallacelf@gmail.com>
Wed, 25 May 2022 01:45:01 +0000 (21:45 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Tue, 31 May 2022 20:12:12 +0000 (16:12 -0400)
Change-Id: I0ab1c58a01f9b1a9b2c661f700b3862294900a44
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
jjb/scripts/vpp/docs.sh

index ba522b9..a3c9f47 100755 (executable)
@@ -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