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