优课达专有Gitlab

Commit 816b26a7 authored by 焦哥's avatar 焦哥

Update .gitlab-ci.yml

parent 8d73952a
Pipeline #51111 passed with stage
in 13 seconds
# requiring the environment of NodeJS 10
image: node:10
image: registry.cn-hangzhou.aliyuncs.com/youkeda/gitbook
# add 'node_modules' to cache for speeding up builds
cache:
......@@ -7,9 +7,9 @@ cache:
- node_modules/ # Node modules and dependencies
before_script:
- npm config set registry https://registry.npm.taobao.org
- npm install gitbook-cli -g # install gitbook
- gitbook fetch 3.2.3 # fetch final stable version
# - npm config set registry https://registry.npm.taobao.org
# - npm install gitbook-cli -g # install gitbook
# - gitbook fetch 3.2.3 # fetch final stable version
- gitbook install # add any requested plugins in book.json
test:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment