Commit c47f6115 by 汤文兵

yarn.lock文件

parent 4b338daf
Pipeline #85 failed with stages
in 6 seconds
node_modules node_modules
yarn.lock
.idea .idea
...@@ -17,6 +17,7 @@ test: ...@@ -17,6 +17,7 @@ test:
stage: build stage: build
script: script:
- echo "Do your build here" - echo "Do your build here"
- pwd
- docker run --rm -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && npm test" - docker run --rm -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && npm test"
deploy: deploy:
......
This diff is collapsed. Click to expand it.
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