From 6608b79c17e1fc8facbda0e26d3cd14c7724a937 Mon Sep 17 00:00:00 2001 From: Jordan Pellizzari Date: Sat, 25 Mar 2017 10:44:53 -0700 Subject: [PATCH] Added Scope version to S3 module path --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 50c4f0b1f..f5558d4a6 100644 --- a/Makefile +++ b/Makefile @@ -202,11 +202,7 @@ ui-upload: client/build-external/index.html ui-pkg-upload: tmp/weave-scope.tgz AWS_ACCESS_KEY_ID=$$UI_BUCKET_KEY_ID \ AWS_SECRET_ACCESS_KEY=$$UI_BUCKET_KEY_SECRET \ - aws s3 cp tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/weave-scope.tgz - -trigger-service-ui-build: - curl -H "Content-Type: application/json" -X POST \ - https://circleci.com/api/v1.1/project/github/weaveworks/service-ui/tree/master?circle-token=$$CIRCLE_API_TOKEN + aws s3 cp tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/$(shell echo $(SCOPE_VERSION))/weave-scope.tgz clean: $(GO) clean ./...