Commit a1e5993a authored by 李红林's avatar 李红林

Update .gitlab-ci.yml

parent 2ced8d3e
Pipeline #48843 passed with stages
in 5 minutes 43 seconds
......@@ -18,12 +18,12 @@ install:
script:
- git stash
- git pull origin master
- git rm -rf "node_modules"
- npm run init
#cache:
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - node_modules/
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
only:
refs:
- master
......
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