mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
test
This commit is contained in:
4
Makefile
4
Makefile
@@ -168,8 +168,8 @@ ui-upload: client/build-external/index.html
|
||||
aws s3 cp client/build-external/ s3://static.weave.works/scope-ui/ --recursive --exclude '*.html'
|
||||
|
||||
ui-build-pkg:
|
||||
$(sudo) docker run \
|
||||
-v $(shell pwd)/client/:/home/weave \
|
||||
$(sudo) docker run $(RUN_FLAGS) \
|
||||
-v $(shell pwd)/client/app:/home/weave/app \
|
||||
-v $(shell pwd)/tmp:/home/weave/tmp \
|
||||
$(SCOPE_UI_BUILD_IMAGE) \
|
||||
npm run bundle && \
|
||||
|
||||
Reference in New Issue
Block a user