Skip to content

Commit

Permalink
Merge pull request #3382 from weaveworks/fix-dir-owner-root
Browse files Browse the repository at this point in the history
Fix UI toolchain dir permissions error
  • Loading branch information
leth authored Oct 11, 2018
2 parents b87464f + 4dd6f4c commit 9b31c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ SCOPE_UI_TOOLCHAIN=.cache/build_node_modules
SCOPE_UI_TOOLCHAIN_UPTODATE=$(SCOPE_UI_TOOLCHAIN)/.uptodate

$(SCOPE_UI_TOOLCHAIN_UPTODATE): client/yarn.lock $(SCOPE_UI_BUILD_UPTODATE)
mkdir -p $(SCOPE_UI_TOOLCHAIN) client/node_modules
if test "true" != "$(SCOPE_SKIP_UI_ASSETS)"; then \
$(SUDO) docker run $(RM) $(RUN_FLAGS) \
-v $(shell pwd)/.cache:/home/weave/scope/.cache \
Expand Down

0 comments on commit 9b31c85

Please sign in to comment.