1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

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"
This commit is contained in:
Tom Gallacher 2017-01-18 12:01:51 +00:00
parent 3311b06dd4
commit 116f806d8f

View File

@ -32,8 +32,8 @@ deployment:
commands: commands:
- ./bin/docker-login - ./bin/docker-login
- ./bin/on-changes-publish-ui - ./bin/on-changes-publish-ui
- make -j2 build | sed '/NPM_TOKEN/d' - make -j2 build
- make -j2 push | sed '/NPM_TOKEN/d' - make -j2 push
- ./bin/deploy - ./bin/deploy
## Custom notifications ## Custom notifications