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
|
||||
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; \
|
||||
exit 1; \
|
||||
if [ -z "$$version" ]; then \
|
||||
exit; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue