mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Avoid unnecessary else in Makefile
Change-type: patch
This commit is contained in:
parent
34983651d0
commit
3945bb3a87
2
Makefile
2
Makefile
@ -154,7 +154,7 @@ endif
|
||||
--build-arg ARCH=$(ARCH) \
|
||||
--build-arg VERSION=$(shell jq -r .version package.json) \
|
||||
--build-arg DEFAULT_MIXPANEL_TOKEN=$(MIXPANEL_TOKEN) \
|
||||
`if [ -z "$$DEBUG" ]; then echo ''; else echo '-f Dockerfile.debug'; fi` \
|
||||
`if [ -n "$$DEBUG" ]; then echo '-f Dockerfile.debug'; fi` \
|
||||
-t $(IMAGE) .
|
||||
|
||||
supervisor:
|
||||
|
Loading…
Reference in New Issue
Block a user