Skip to content

Commit 19125af

Browse files
committed
chore(logspout): remove checks from make clean
1 parent 7480d70 commit 19125af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logspout/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ build: check-docker
99
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 godep go build -a -v -ldflags '-s' -o image/logspout
1010
docker build -t $(RELEASE_IMAGE) image
1111

12-
clean: check-docker check-registry
12+
clean:
1313
rm -rf image/logspout
1414

15-
full-clean: check-docker check-registry
15+
full-clean:
1616
docker images -q $(DOCKER_IMAGE) | xargs docker rmi -f
1717
docker images -q $(DEV_DOCKER_IMAGE) | xargs docker rmi -f
1818
docker images -q $(RELEASE_IMAGE) | xargs docker rmi -f

0 commit comments

Comments
 (0)