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 init
|
||||||
git add --all
|
git add --all
|
||||||
addlicense ./
|
addlicense ./
|
||||||
if [[ -n $(git status -s) ]]; then
|
test -z "$(git status -s | tee /dev/stderr)"
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
- name: Setup Cluster
|
- name: Setup Cluster
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Add table
Reference in a new issue