changed error check

This commit is contained in:
Daniel Sanche 2020-07-13 14:43:12 -07:00
parent dcef696271
commit 3ef0da4bb0

View file

@ -34,9 +34,7 @@ jobs:
git init
git add --all
addlicense ./
if [[ -n $(git status -s) ]]; then
exit 1
fi
test -z "$(git status -s | tee /dev/stderr)"
- name: Setup Cluster
run: |
set -x