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