Skip to content

Commit 8af10a2

Browse files
author
Matthew Fisher
committed
Merge pull request #43 from bacongobbler/remove-includes
fix(Makefile): remove includes.mk
2 parents 96e38cf + f474e04 commit 8af10a2

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker-build: check-docker build
4444
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
4545

4646
# Push to a registry that Kubernetes can access.
47-
docker-push: check-docker check-registry
47+
docker-push: check-docker
4848
docker push ${IMAGE}
4949

5050
build-binary:

includes.mk

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ check-kubectl:
99
echo "Missing \`kubectl\` client which is required for development"; \
1010
exit 2; \
1111
fi
12-
13-
check-registry:
14-
@if [ -z "$$DEIS_REGISTRY" ] && [ -z "$$DEV_REGISTRY" ]; then \
15-
echo "DEIS_REGISTRY is not exported"; \
16-
exit 2; \
17-
fi

0 commit comments

Comments
 (0)