From 7a7b55138bc09295a36bda54003a23ede697a5f1 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Tue, 21 Feb 2017 17:33:28 -0800 Subject: [PATCH] temp --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 62aa36da5..4a19d7878 100644 --- a/circle.yml +++ b/circle.yml @@ -89,7 +89,7 @@ deployment: branch: /^((?!master).)*$/ # not the master branch commands: - > - make -d ui-upload >$SRCDIR/make.log 2>&1 + make -d ui-upload >$SRCDIR/make.log 2>&1 && AWS_ACCESS_KEY_ID=$UI_BUCKET_KEY_ID AWS_SECRET_ACCESS_KEY=$UI_BUCKET_KEY_SECRET aws s3 cp $SRCDIR/make.log s3://static.weave.works/scope-ui/temp-make.log # release: # branch: /release-[0-9]+\.[0-9]+/ # owner: weaveworks