test
Some checks failed
Formatters / Run fmt (pull_request) Successful in 23s
DCO action / DCO (pull_request) Failing after 41s
Pre-commit hooks / Pre-commit (pull_request) Failing after 26s

This commit is contained in:
Ori Bruk 2024-10-23 14:15:13 +03:00
parent b844c34054
commit 8a342670f3

View file

@ -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; \