Added status command for debug

This commit is contained in:
Mike Yaacoub
2022-12-14 13:27:06 -05:00
parent b1f0d590f8
commit bca55d5946

View File

@@ -100,6 +100,7 @@ jobs:
cd nosqlbench-build-docs
git add .
git add -u
git status
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
echo "found $CHANGES to push for doc updates"
if (( $CHANGES > 0 ))