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

This commit is contained in:
Ori Bruk 2024-10-23 14:10:41 +03:00
parent b25849242f
commit b844c34054

View file

@ -24,10 +24,8 @@ fmt:
# Run version update check
vsn:
@diff1=$$(git branch -a); \
echo $$diff1; \
exit 1; \
version=$$(git show remotes/origin/master:version.json); \
@version=$$(git show remotes/origin/master:version.json); \
echo "ALARM" $$version; \
if [ -z "$$version" ]; then \
exit; \
fi; \