Skip to content

Commit

Permalink
release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NatureFreshMilk committed Jun 20, 2019
1 parent 2d4c2e2 commit 61845c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ $(OUT_DIR)/mapserver-linux-arm: $(OUT_DIR)
release: builder_image $(OUT_DIR) $(MOD_ZIP)
# build all with the docker image
sudo docker run --rm -it\
-v $(shell pwd)/server/:/app\
-v $(shell pwd):/app\
-v mapserver-volume:/root/go\
-w /app\
mapserver-builder\
make test jshint release-all VERSION=$(VERSION)
# copy generated files to output dir
cp server/output/* $(OUT_DIR)/

builder_image:
# build the docker image with all dependencies
Expand Down

0 comments on commit 61845c4

Please sign in to comment.