This commit is contained in:
@@ -199,6 +199,9 @@ jobs:
|
||||
|
||||
git status --porcelain --untracked-files=all | grep '^.'
|
||||
|
||||
git status --porcelain --untracked-files=all | grep -q '^.'
|
||||
echo $?
|
||||
|
||||
if git status --porcelain --untracked-files=all | grep -q '^.' ; then
|
||||
echo ">> Changes detected"
|
||||
# git status --porcelain --untracked-files=all
|
||||
|
||||
Reference in New Issue
Block a user