diff --git a/atlas/templates/Makefile.common.gotmpl b/atlas/templates/Makefile.common.gotmpl index abdcb4ec..d6cdc813 100644 --- a/atlas/templates/Makefile.common.gotmpl +++ b/atlas/templates/Makefile.common.gotmpl @@ -126,7 +126,7 @@ vendor-atlas: .PHONY clean: clean-atlas clean-atlas: docker rmi -f $(shell docker images -q $(SERVER_IMAGE)) || true - rm .push-* .docker-* + rm -f .push-* .docker-* .PHONY migrate-up: migrate-up-atlas migrate-up-atlas: