Skip to content

Commit

Permalink
for docker on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Feb 27, 2019
1 parent 46ada5a commit 9f60caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docker-build:
docker build -t $(DOCKER_IMAGE) .
docker run --rm -v "$(CURDIR)/builds:/builds" \
-v "$(CURDIR)/in-docker-build.sh:/in-docker-build.sh" \
$(DOCKER_IMAGE) /in-docker-build.sh $(SOLO_VERSIONISH)
$(DOCKER_IMAGE) "./in-docker-build.sh" $(SOLO_VERSIONISH)

CPPCHECK_FLAGS=--quiet --error-exitcode=2

Expand Down
2 changes: 1 addition & 1 deletion STABLE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit 9f60caf

Please sign in to comment.