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 image: node:12
cache: cache: &global_cache
key: ${CI_COMMIT_SHA}_node_modules key: ${CI_COMMIT_SHA}_node_modules
untracked: true untracked: true
paths: paths:
...@@ -17,6 +17,8 @@ install_dependencies: ...@@ -17,6 +17,8 @@ install_dependencies:
stage: prepare stage: prepare
script: script:
- yarn install - yarn install
cache:
<<: *global_cache
.build_job: .build_job:
stage: build 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