fix broken MANDATORY parsing
This commit is contained in:
parent
938e276821
commit
deb24ec5ae
|
@ -1,5 +1,5 @@
|
|||
ifdef DOCKER_LOGIN
|
||||
MANDATORY = $(MANDATORY) DOCKER_USER DOCKER_PASS DOCKER_REGISTRY
|
||||
MANDATORY = $(shell printenv MANDATORY) DOCKER_USER DOCKER_PASS DOCKER_REGISTRY
|
||||
endif
|
||||
|
||||
ifndef DOCKER_LOGIN
|
||||
|
|
Loading…
Reference in New Issue