Skip to content

Commit

Permalink
Merge pull request #3558 from weaveworks/fix-client-test-target
Browse files Browse the repository at this point in the history
Fix bind-mount volume path "client/client"
  • Loading branch information
bboreham authored Jan 16, 2019
2 parents 237e931 + 3ceb987 commit 8d45e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ client/build-external/index.html: $(shell find client/app -type f) $(SCOPE_UI_TO
client-test: $(shell find client/app/scripts -type f) $(SCOPE_UI_TOOLCHAIN_UPTODATE)
$(SUDO) docker run $(RM) $(RUN_FLAGS) \
-v $(shell pwd)/.cache:/home/weave/scope/.cache \
-v $(shell pwd)/client/client:/home/weave/scope/client \
-v $(shell pwd)/client:/home/weave/scope/client \
-v $(shell pwd)/$(SCOPE_UI_TOOLCHAIN):/home/weave/scope/client/node_modules \
-w /home/weave/scope/client \
$(SCOPE_UI_BUILD_IMAGE) yarn test
Expand Down

0 comments on commit 8d45e6a

Please sign in to comment.