Commit 77dee884 authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

Update .gitlab-ci.yml

parent ff763bfe
Pipeline #2587 failed with stages
in 3 minutes and 36 seconds
image: node:12
cache:
cache: &global_cache
key: ${CI_COMMIT_SHA}_node_modules
untracked: true
paths:
......@@ -17,6 +17,8 @@ install_dependencies:
stage: prepare
script:
- yarn install
cache:
<<: *global_cache
.build_job:
stage: build
......
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