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

This commit is contained in:
Ori Bruk 2024-10-23 13:30:06 +03:00
parent bfd97a6ccc
commit b25849242f

View file

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