mirror of https://github.com/status-im/consul.git
ci: fix logic for check-vendor (#9619)
This commit is contained in:
parent
9ef3f20127
commit
58191cbe4c
|
@ -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