fix the fix

This commit is contained in:
Andreas Neue 2024-06-05 09:45:48 +02:00
parent 37bb6e9c12
commit e5f6c11ea9
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ deploy: mandatory cleanup prepare build test upload pre-deploy pre-local pull st
mandatory:
@- echo "\n### mandatory check"
ifndef MANDATORY-$(DEPLOY_TYPE)
$(error MANDATORY-$(DEPLOY_TYPE) is not defined)
endif
@ $(foreach var,$(MANDATORY), \
if test -z "${$(var)}"; then \
echo "Missing mandatory variable: $(var)"; \