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: ...@@ -18,12 +18,12 @@ install:
script: script:
- git stash - git stash
- git pull origin master - git pull origin master
- git rm -rf "node_modules"
- npm run init - npm run init
#cache: cache:
# key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
# paths: paths:
# - node_modules/ - node_modules/
only: only:
refs: refs:
- master - 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