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

This commit is contained in:
Ori Bruk 2024-10-23 14:18:25 +03:00
parent 8a342670f3
commit 8466d3c5f7

View file

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