forked from TrueCloudLab/frostfs-api
test
This commit is contained in:
parent
8a342670f3
commit
8466d3c5f7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ fmt:
|
|||
vsn:
|
||||
@diff1=$$(git branch -a); \
|
||||
echo $$diff1; \
|
||||
@version=$$(git show remotes/origin/test:version.json); \
|
||||
version=$$(git show remotes/origin/test:version.json); \
|
||||
echo "ALARM" $$version; \
|
||||
exit 1; \
|
||||
if [ -z "$$version" ]; then \
|
||||
|
|
Loading…
Reference in a new issue