ci: fix logic for check-vendor (#9619)
This commit is contained in:
parent
0247f409a0
commit
3b4469d31d
|
@ -153,7 +153,7 @@ jobs:
|
|||
- run:
|
||||
command: make update-vendor
|
||||
- run: |
|
||||
if [[ -z $(git status -s) ]]; then
|
||||
if [[ -n $(git status -s) ]]; then
|
||||
echo "Git directory has changes"
|
||||
git status -s
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue