Skip to content

Commit

Permalink
Merge pull request #2495 from owncloud/bugfix/drop-docker-image-from-…
Browse files Browse the repository at this point in the history
…release-makefile

Dont build the docker image in the release make file
  • Loading branch information
DeepDiver1975 authored Nov 19, 2019
2 parents 2eb63ce + f92883c commit ca010ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ help:

.PHONY: dist
dist: ## Build distribution
dist: distdir javascript oc-app distconf sign package docker-image
dist: distdir javascript oc-app distconf sign package


.PHONY: javascript
Expand Down Expand Up @@ -73,7 +73,3 @@ package:
mkdir $(CURDIR)/phoenix
cp -R $(dist_dir) $(CURDIR)/phoenix
tar -czf $(CURDIR)/release/$(app_name).tar.gz -C $(CURDIR) phoenix

.PHONY: docker-image
docker-image:
docker build .

0 comments on commit ca010ef

Please sign in to comment.