Skip to content

Commit

Permalink
set build step without registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Dec 16, 2018
1 parent deba525 commit 6c83fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ steps:
image: node:lts-alpine
commands:
- npm set config package-lock false
- npm install --registry=https://registry.npm.taobao.org
- npm run eslint && npm run test-cov -- --reporter=text-lcov > ./lcov.info
- npm install
- npm test

- name: coveralls
image: lizheming/drone-coveralls
Expand All @@ -27,7 +27,7 @@ steps:
settings:
debug: true
files:
- ./coverage/lcov.info
- coverage/lcov.info

- name: code analysis
image: jgentry/drone-sonar
Expand Down

0 comments on commit 6c83fe7

Please sign in to comment.