forked from TrueCloudLab/frostfs-api
parent
ad87868ce2
commit
359c831122
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -24,7 +24,9 @@ fmt:
|
|||
|
||||
# Run version update check
|
||||
vsn:
|
||||
@diff=$$(git diff-index master version.json); \
|
||||
@diff1=$$(git branch -a); \
|
||||
echo $$diff1; \
|
||||
diff=$$(git diff-index master version.json); \
|
||||
if [[ -z "$$diff" ]]; then \
|
||||
echo "⇒ You need to update the api version in the version.json file"; \
|
||||
exit 1;\
|
||||
|
|
Loading…
Reference in a new issue