提交 83c8a974 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Merge branch 'master' of github.com:Chatie/wechaty

......@@ -3,6 +3,7 @@ version: 2
jobs:
build:
machine: true
parallelism: 1
steps:
- checkout
# - setup_remote_docker
......
......@@ -45,7 +45,7 @@ jobs:
include:
- stage: pack
script:
- npm run test:pack && echo 'Npm packing test is passed'
- npm run test:pack && echo 'Npm pack testing is passed'
- stage: deploy
script:
......
{
"typescript.tsdk": "./node_modules/typescript/lib"
, "typescript.check.tscVersion": false
, "update.channel": "none"
, "files.exclude": {
"dist/": true
, "doc/": true
......
......@@ -18,10 +18,11 @@ function wechaty::banner() {
function wechaty::errorBotNotFound() {
local file=$1
echo "Container ERROR: can not found bot file: $file"
echo "Container ERROR: can not found bot file: $HOME/$file"
echo "Container PWD: $(pwd)"
echo "Container LS: $(ls -l /bot)"
echo "Container HOME: $HOME"
echo "Container LS $HOME: $(ls -l $HOME)"
figlet " Troubleshooting "
cat <<'TROUBLESHOOTING'
......
{
"name": "wechaty",
"version": "0.13.82",
"version": "0.13.86",
"description": "Wechat for Bot(Personal Account)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册