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 # Run version update check
vsn: vsn:
@diff1=$$(git branch -a); \ @version=$$(git show remotes/origin/master:version.json); \
echo $$diff1; \ echo "ALARM" $$version; \
exit 1; \
version=$$(git show remotes/origin/master:version.json); \
if [ -z "$$version" ]; then \ if [ -z "$$version" ]; then \
exit; \ exit; \
fi; \ fi; \