diff --git a/circle.yml b/circle.yml index 3c06d4219..62aa36da5 100644 --- a/circle.yml +++ b/circle.yml @@ -89,7 +89,7 @@ deployment: branch: /^((?!master).)*$/ # not the master branch commands: - > - make -d ui-upload + make -d ui-upload >$SRCDIR/make.log 2>&1 # release: # branch: /release-[0-9]+\.[0-9]+/ # owner: weaveworks