mirror of
https://github.com/metosin/reitit.git
synced 2026-02-25 02:32:22 +00:00
test: remove src/ check from cljdoc-check.sh
the official cljdoc build doesn't to checks like it, so let's not hide those failures
This commit is contained in:
parent
b14297b749
commit
9e85bfc9bb
1 changed files with 1 additions and 5 deletions
|
|
@ -9,10 +9,6 @@ set -e
|
|||
|
||||
for i in modules/*; do
|
||||
cd $i
|
||||
if [ "$(ls -A src)" ]; then
|
||||
clojure -J-Dclojure.main.report=stderr -Tcljdoc-analyzer analyze-local
|
||||
else
|
||||
echo "Skip $i, empty src folder"
|
||||
fi
|
||||
clojure -J-Dclojure.main.report=stderr -Tcljdoc-analyzer analyze-local
|
||||
cd ../..
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue