update gitlab ci and use npmci
This commit is contained in:
parent
b5735e3721
commit
281595f8c8
@ -7,25 +7,21 @@ stages:
|
||||
testLTS:
|
||||
stage: test
|
||||
script:
|
||||
- npmci install 4
|
||||
- npm install
|
||||
- npm test
|
||||
- npmci test lts
|
||||
tags:
|
||||
- docker
|
||||
|
||||
testSTABLE:
|
||||
stage: test
|
||||
script:
|
||||
- npmci install stable
|
||||
- npm install
|
||||
- npm test
|
||||
- npmci test stable
|
||||
tags:
|
||||
- docker
|
||||
|
||||
release:
|
||||
stage: release
|
||||
script:
|
||||
- npm -v
|
||||
- npmci publish
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user