Skip to content

Commit

Permalink
Merge pull request #317 from krancour/elim-clean-targets
Browse files Browse the repository at this point in the history
chore(Makefile): Remove minimally useful clean targets
  • Loading branch information
krancour authored Mar 3, 2017
2 parents 2d6f130 + f7a202e commit f81d872
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ binary-build:
$(call check-static-binary,$(BINDIR)/${SHORT_NAME})
${UPX} ${BINDIR}/${SHORT_NAME}

clean: check-docker
docker rmi ${IMAGE}

full-clean: check-docker
docker images -q ${DEIS_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME} | xargs docker rmi -f

deploy: check-kubectl docker-build docker-push
kubectl --namespace=deis patch deployment deis-${SHORT_NAME} \
--type='json' \
Expand Down

0 comments on commit f81d872

Please sign in to comment.