mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
Ignore errors removing the temporary Dockerfile.
This commit is contained in:
parent
dfb96b07bd
commit
5936e51676
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ supervisor:
|
||||
cp Dockerfile.$(ARCH) Dockerfile
|
||||
echo "ENV VERSION "`jq -r .version package.json` >> Dockerfile
|
||||
docker build --no-cache=$(DISABLE_CACHE) -t resin/$(ARCH)-supervisor:$(SUPERVISOR_VERSION) .
|
||||
rm Dockerfile
|
||||
-rm Dockerfile
|
||||
|
||||
deploy: supervisor
|
||||
docker tag -f $(IMAGE) $(DEPLOY_REGISTRY)/$(IMAGE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user