From d2354ff66b7a32c60e41a9638995496c6e3d45dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 27 Apr 2017 23:25:54 +0100 Subject: [PATCH] don't deploy docker-graphql --- docker-graphql/Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-graphql/Makefile b/docker-graphql/Makefile index 6630cdfe..32e01944 100644 --- a/docker-graphql/Makefile +++ b/docker-graphql/Makefile @@ -8,10 +8,6 @@ NYC := $(bindir)/nyc install: yarn install --prefer-offline -.PHONY: install-production -install-production: - yarn install --production --pure-lockfile --prefer-offline - .PHONY: clean clean: @rm -rf node_modules @@ -32,14 +28,6 @@ test-ci: start: yarn run start -.PHONY: build -build: - docker build -t quay.io/yldio/joyent-dashboard-$(NAME):$(CIRCLE_BRANCH) . - -.PHONY: push -push: - docker push quay.io/yldio/joyent-dashboard-$(NAME) - .PHONY: lint lint: $(bindir)/eslint .