fix the fix
This commit is contained in:
parent
37bb6e9c12
commit
e5f6c11ea9
3
Makefile
3
Makefile
|
@ -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)"; \
|
||||
|
|
Loading…
Reference in New Issue