mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Added status command for debug
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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 ))
|
||||
|
||||
Reference in New Issue
Block a user