changed test method

This commit is contained in:
Daniel Sanche 2020-07-13 14:54:05 -07:00
parent 85251026b7
commit 7584bfd34a

View file

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