Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jan 17, 2019
1 parent 89d9fb3 commit 9409950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ releases: build sha256sum homebrew docker

releases_in_docker:
docker run --rm -it \
-v $(CWD):/workspace \
-v $(shell pwd):/workspace \
-v $(shell which docker):/usr/local/bin/docker \
-v /var/run/docker.sock:/var/run/docker.sock \
-e GITHUB_TOKEN=$(GITHUB_TOKEN) \
-e DOCKER_PASSWORD=$(DOCKER_PASSWORD) \
--workdir /workspace \
Expand Down

0 comments on commit 9409950

Please sign in to comment.