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