Add debug output for swagger validate
This commit is contained in:
parent
2fc25ab132
commit
9bf6b0dd93
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
swagger generate spec --scan-models -o docs/spec.json
|
swagger generate spec --scan-models -o docs/spec.json
|
||||||
(cd docs && packr && git add .)
|
(cd docs && packr && git add .)
|
||||||
if [[ `git status --porcelain | grep docs` ]]; then
|
if [[ `git diff docs` ]]; then
|
||||||
|
git status --porcelain | grep docs
|
||||||
|
git diff docs
|
||||||
echo Swagger or the Packr file is not up-to-date
|
echo Swagger or the Packr file is not up-to-date
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue