forked from TrueCloudLab/frostfs-api
test
This commit is contained in:
parent
bfd97a6ccc
commit
b25849242f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -24,7 +24,10 @@ fmt:
|
|||
|
||||
# Run version update check
|
||||
vsn:
|
||||
@version=$$(git show remotes/origin/master:version.json); \
|
||||
@diff1=$$(git branch -a); \
|
||||
echo $$diff1; \
|
||||
exit 1; \
|
||||
version=$$(git show remotes/origin/master:version.json); \
|
||||
if [ -z "$$version" ]; then \
|
||||
exit; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue