Skip to content

Commit

Permalink
Merge pull request #37 from lpabon/makefile
Browse files Browse the repository at this point in the history
Makefile update to new container
  • Loading branch information
lpabon authored Feb 2, 2018
2 parents ab7e36a + 271b225 commit f73f852
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ deps:
.PHONY: deps

quick-container:
docker build -t $(IMAGE):$(VERSION) .
sudo ./hack/build-container.sh
@echo ""
@echo "Container quay.io/k8scsi/csi-provisioner:canary created"
.PHONY: quick-container

push-container:
docker push $(IMAGE):$(VERSION)
.PHONY: push-container

provisioner:
mkdir -p _output
go build -i -o _output/csi-provisioner ./cmd/csi-provisioner/
Expand Down

0 comments on commit f73f852

Please sign in to comment.