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
|
# Run version update check
|
||||||
vsn:
|
vsn:
|
||||||
@diff1=$$(git branch -a); \
|
@version=$$(git show remotes/origin/master:version.json); \
|
||||||
echo $$diff1; \
|
echo "ALARM" $$version; \
|
||||||
exit 1; \
|
|
||||||
version=$$(git show remotes/origin/master:version.json); \
|
|
||||||
if [ -z "$$version" ]; then \
|
if [ -z "$$version" ]; then \
|
||||||
exit; \
|
exit; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
Loading…
Reference in a new issue