mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02: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:
parent
3311b06dd4
commit
116f806d8f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user