未验证 提交 92e2f269 编写于 作者: J JJ Kasper 提交者: GitHub

Remove list_dist from debugging (#7148)

上级 d80aea45
......@@ -79,11 +79,6 @@ commands:
- run:
name: Potentially save npm token
command: '([[ ! -z $NPM_TOKEN ]] && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc) || echo "Did not write npm token"'
list_dist:
steps:
- run:
name: List dist files
command: 'ls **/dist/*'
publish_canary:
steps:
- run:
......@@ -134,7 +129,6 @@ jobs:
steps:
- *attach_workspace
- save_npm_token
- list_dist
- publish_canary
- publish_stable
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册