Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
de1f77a301 | |||
605512bb9c |
@ -6,9 +6,11 @@ stages:
|
||||
- release
|
||||
|
||||
testLTS:
|
||||
stage: test
|
||||
stage: test1
|
||||
script:
|
||||
- npmci test lts
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
- lossless
|
||||
@ -17,6 +19,8 @@ testSTABLE:
|
||||
stage: test2
|
||||
script:
|
||||
- npmci test stable
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
- lossless
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cert",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user