mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
Silence the echo commands, as we just want the message.
This commit is contained in:
parent
01f6794ccd
commit
fcc2e97839
6
Makefile
6
Makefile
@ -21,7 +21,7 @@ BUILDSTEP_PRESENT = $(shell docker images --all | grep $(BUILDSTEP_VERSION) | aw
|
||||
|
||||
supervisor:
|
||||
ifneq ($(BUILDSTEP_PRESENT) , )
|
||||
echo "Using existing Build step from $(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)"
|
||||
@echo "Using existing Build step from $(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)"
|
||||
else
|
||||
docker pull $(BUILDSTEP_REGISTRY)/$(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)
|
||||
endif
|
||||
@ -35,7 +35,7 @@ ACCELERATOR = $(shell docker ps --all | grep buildstep-accelerator-$(BUILDSTEP_V
|
||||
ifneq ($(ACCELERATOR) , )
|
||||
supervisor-accelerated:
|
||||
ifneq ($(BUILDSTEP_PRESENT) , )
|
||||
echo "Using existing Build step from $(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)"
|
||||
@echo "Using existing Build step from $(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)"
|
||||
else
|
||||
docker pull $(BUILDSTEP_REGISTRY)/$(BUILDSTEP_REPO):$(BUILDSTEP_VERSION)
|
||||
endif
|
||||
@ -46,7 +46,7 @@ endif
|
||||
docker tag $(IMAGE):$(SUPERVISOR_VERSION) $(SUPERVISOR_REGISTRY)/$(IMAGE):$(SUPERVISOR_VERSION)
|
||||
else
|
||||
supervisor-accelerated:
|
||||
echo 'Please run make accelerator in resin-buildstep to continue'
|
||||
@echo 'Please run make accelerator in resin-buildstep to continue'
|
||||
endif
|
||||
|
||||
supervisor-x86_64:
|
||||
|
Loading…
Reference in New Issue
Block a user