We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f268a commit c94c98dCopy full SHA for c94c98d
Makefile
@@ -197,7 +197,7 @@ endif
197
198
# $(call DOCKER, image, command)
199
define DOCKER
200
- docker run "$(DOCKER_OPTIONS)" --rm -e GOCACHE=/app/.cache -e IN_DOCKER=1 -w /app -v $(PWD):/app -v $(GOPATH):/go --init $(1) /bin/bash -c '$(2)'
+ docker run $(DOCKER_OPTIONS) --rm -e GOCACHE=/app/.cache -e IN_DOCKER=1 -w /app -v $(PWD):/app -v $(GOPATH):/go --init $(1) /bin/bash -c '$(2)'
201
endef
202
203
ifeq ($(BUILD_IN_DOCKER),y)
0 commit comments