Running with gitlab-runner 13.5.0 (ece86343)
on civ128 d936c7a6
section_start:1610107205:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1610107205:prepare_executor
section_start:1610107205:prepare_script
Preparing environment
Running on CIV128...
DEPRECATION: CMD shell is deprecated and will no longer be supported
section_end:1610107205:prepare_script
section_start:1610107205:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in F:/gitlabCI/builds/d936c7a6/0/ReactWeb5/wisdom-components/.git/
Checking out bd050449 as @wisdom-components/cuijiahao_test@1.0.8...
Skipping Git submodules setup
section_end:1610107208:get_sources
section_start:1610107208:step_script
Executing "step_script" stage of the job script
$ chcp 65001
Active code page: 65001
$ echo 查看运行环境
查看运行环境
$ whoami
civ128\administrator
$ node -v
v12.16.1
$ cd /d %DEPLOY_PATH%/src/wisdom-components
$ dir
Volume in drive F is 新加卷
Volume Serial Number is C490-90F8
Directory of F:\WisdomComponents\src\wisdom-components
2021/01/08 19:16 <DIR> .
2021/01/08 19:16 <DIR> ..
2020/10/30 11:47 <DIR> .dumi
2020/10/30 11:47 172 .eslintrc.js
2020/10/30 11:47 527 .fatherrc.js
2020/10/30 11:47 526 .gitignore
2020/10/30 16:09 818 .gitlab-ci.yml
2020/10/30 11:47 83 .prettierignore
2020/10/30 11:47 86 .prettierrc.js
2020/10/30 12:09 <DIR> .umi
2020/10/30 16:51 2,327 .umirc.js
2021/01/08 19:16 <DIR> dist
2020/10/30 16:51 <DIR> docs
2020/11/06 13:27 <DIR> examples
2020/10/30 11:47 741 jest.config.js
2021/01/08 16:45 264 lerna.json
2021/01/08 17:26 <DIR> node_modules
2020/11/06 13:28 1,930,111 package-lock.json
2020/11/06 13:27 4,148 package.json
2021/01/08 16:45 <DIR> packages
2020/10/30 11:47 <DIR> public
2020/10/30 11:47 <DIR> scripts
2021/01/08 16:45 <DIR> tests
2020/11/06 13:27 4,050 webpack.config.js
12 File(s) 1,943,853 bytes
12 Dir(s) 2,665,241,956,352 bytes free
$ git pull
From https://g.civnet.cn:8443/test/wisdom-components
41a8791..bd05044 cuijiahao_branch -> origin/cuijiahao_branch
* [new tag] @wisdom-components/cuijiahao_test@1.0.8 -> @wisdom-components/cuijiahao_test@1.0.8
* [new tag] @wisdom-components/cuijiahao_test@1.0.7 -> @wisdom-components/cuijiahao_test@1.0.7
Already up to date.
$ echo 开始安装依赖...
开始安装依赖...
$ npm install && echo 安装完成
npm WARN @octokit/plugin-request-log@1.0.2 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
npm WARN @umijs/test-utils@3.2.24 requires a peer of @testing-library/react@^9.4.0 but none is installed. You must install peer dependencies yourself.
npm WARN dumi-theme-default@1.0.0-beta.9 requires a peer of @umijs/preset-dumi@1.x but none is installed. You must install peer dependencies yourself.
npm WARN @typescript-eslint/eslint-plugin@1.13.0 requires a peer of @typescript-eslint/parser@^1.9.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb@17.1.1 requires a peer of eslint-plugin-react@^7.14.2 but none is installed. You must install peer dependencies yourself.
npm WARN umi-plugin-githubpages@2.0.1 requires a peer of umi@2.x || ^2.9.0-0 but none is installed. You must install peer dependencies yourself.
up to date in 61.253s
243 packages are looking for funding
run `npm fund` for details
安装完成
section_end:1610107278:step_script
section_start:1610107278:cleanup_file_variables
Cleaning up file based variables
section_end:1610107278:cleanup_file_variables
Job succeeded