make populate: drop redundant variable: source
This commit is contained in:
parent
6f51a21125
commit
9c4ed31565
4
Makefile
4
Makefile
@ -84,8 +84,8 @@ ifeq ($(debug),true)
|
||||
populate: populate-flags = --debug
|
||||
endif
|
||||
populate:
|
||||
source=$$($(call evaluate,config.krebs.build.source) --json --strict) && \
|
||||
echo $$source | populate \
|
||||
$(call evaluate,config.krebs.build.source) --json --strict | \
|
||||
populate \
|
||||
$(target_user)@$(target_host):$(target_port)$(target_path) \
|
||||
$(populate-flags)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user