changed error check
This commit is contained in:
parent
dcef696271
commit
3ef0da4bb0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue