From 654549d0caba2d27fc76fb19dabe4d990c65353c Mon Sep 17 00:00:00 2001 From: jpellizzari Date: Mon, 13 Feb 2017 14:28:00 -0800 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 567711b0d..87da0d136 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ ui-build-pkg: npm run bundle && \ AWS_ACCESS_KEY_ID=$$UI_BUCKET_KEY_ID \ AWS_SECRET_ACCESS_KEY=$$UI_BUCKET_KEY_SECRET \ - echo $AWS_ACCESS_KEY_ID && echo $AWS_SECRET_ACCESS_KEY && aws s3 cp ./tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/weave-scope.tgz --acl public-read + aws s3 cp ./tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/weave-scope.tgz --acl public-read && printenv clean: $(GO) clean ./...