Commit bf128e30 authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files

Update .gitlab-ci.yml

parent b2e466d3
Pipeline #2625 failed with stages
in 2 minutes and 8 seconds
...@@ -13,16 +13,11 @@ stages: ...@@ -13,16 +13,11 @@ stages:
- deploy - deploy
install_dependencies: install_dependencies:
before_script:
- /bin/bash /var/run/ci/mkdir.sh/node_modules
- ln -s /${CI_COMMIT_SHA}/node_modules .
stage: prepare stage: prepare
script: script:
- yarn install - yarn install
.build_job: .build_job:
before_script:
- ln -s /${CI_COMMIT_SHA}/node_modules
stage: build stage: build
script: script:
- echo "build" - echo "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