reverted status check

This commit is contained in:
Daniel Sanche 2020-07-13 14:52:42 -07:00
parent 20d7a0dafa
commit 85251026b7

View file

@ -35,7 +35,9 @@ jobs:
git add --all
git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state"
addlicense ./
test -z "$(git status -s | tee /dev/stderr)"
if [[ -n $(git diff) ]]; then
exit 1
fi
- name: Setup Cluster
run: |
set -x