summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-03-21 16:08:26 +0200
committerLars Wirzenius <liw@liw.fi>2020-03-21 16:08:26 +0200
commitdc5bb7994212838c40a2635a2e5754095c19e108 (patch)
treeb5ebcaf7fb6b93ccf703c03ae01ac6f01c64904e
parent8227c1d98a9ae550bba534f41d9e372796a65d56 (diff)
downloadvmdb2-dc5bb7994212838c40a2635a2e5754095c19e108.tar.gz
Change: disable doc checks
They fail in CI because command redirection doesn't work there.
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
index 4fad9c8..e9cdfac 100755
--- a/check
+++ b/check
@@ -26,6 +26,7 @@ yarn \
echo
fi
+if false; then
echo Formatting docs ========================================
./format.sh
@@ -53,3 +54,4 @@ if ! diff -u <(steps) <(steps | sort)
then
panic "Steps are not in sorted order"
fi
+fi