Skip to content

Commit

Permalink
Merge pull request #13 from docksal/issue/12
Browse files Browse the repository at this point in the history
Restore configset directory to initial state before each build
  • Loading branch information
lmakarov authored Sep 5, 2019
2 parents 1228e3b + 48e7539 commit f67ae75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endif
.PHONY: build test push shell run start stop logs clean release

build:
git checkout -- configsets
VERSION=$(VERSION) scripts/prepare_configsets.sh
docker build -t $(REPO):$(TAG) --build-arg FROM=$(FROM) --build-arg VERSION=$(VERSION) --build-arg SOLR_DEFAULT_CONFIG_SET=$(SOLR_DEFAULT_CONFIG_SET) .

Expand Down

0 comments on commit f67ae75

Please sign in to comment.