Skip to content

Commit 799c32b

Browse files
Karlo Soriano and Nestor Pestelosngpestelos
authored andcommitted
chore(store): remove redundant Makefile task
1 parent 096cf13 commit 799c32b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

store/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ build: check-docker
2121
rm $(I)/Dockerfile ; \
2222
)
2323

24-
push: check-docker check-registry check-deisctl
25-
$(foreach I, $(BUILT_IMAGES), \
26-
docker tag deis/store-$(I):$(BUILD_TAG) $(REGISTRY)/deis/store-$(I):$(BUILD_TAG) ; \
27-
docker push $(REGISTRY)/deis/store-$(I):$(BUILD_TAG) ; \
28-
)
29-
30-
$(foreach I, $(TEMPLATE_IMAGES), \
31-
deisctl config store-$(I) set image=$(REGISTRY)/deis/store-$(I):$(BUILD_TAG) ; \
32-
)
33-
3424
clean: check-docker check-registry
3525
$(foreach I, $(BUILT_IMAGES), \
3626
docker rmi deis/store-$(I):$(BUILD_TAG) ; \

0 commit comments

Comments
 (0)