Skip to content

Commit f7a202e

Browse files
committed
chore(Makefile): Remove minimally useful clean targets
1 parent 5f27223 commit f7a202e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ binary-build:
5656
$(call check-static-binary,$(BINDIR)/${SHORT_NAME})
5757
${UPX} ${BINDIR}/${SHORT_NAME}
5858

59-
clean: check-docker
60-
docker rmi ${IMAGE}
61-
62-
full-clean: check-docker
63-
docker images -q ${DEIS_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME} | xargs docker rmi -f
64-
6559
deploy: check-kubectl docker-build docker-push
6660
kubectl --namespace=deis patch deployment deis-${SHORT_NAME} \
6761
--type='json' \

0 commit comments

Comments
 (0)