From 116f806d8f537544819651c748da7362aa0add43 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 18 Jan 2017 12:01:51 +0000 Subject: [PATCH] CI was not failing on failed builds due to PIPE Luckily we can remove these lines as the online time that the creds are leaked are in "on-changes-publish-ui" --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 0eceb64d..1074cfa7 100644 --- a/circle.yml +++ b/circle.yml @@ -32,8 +32,8 @@ deployment: commands: - ./bin/docker-login - ./bin/on-changes-publish-ui - - make -j2 build | sed '/NPM_TOKEN/d' - - make -j2 push | sed '/NPM_TOKEN/d' + - make -j2 build + - make -j2 push - ./bin/deploy ## Custom notifications