4 Commits

Author SHA1 Message Date
c0753c185f 0.0.4 2016-06-18 15:13:06 +02:00
dad659e2ed fix description 2016-06-18 15:13:02 +02:00
d1f1ae271a 0.0.3 2016-06-18 15:09:48 +02:00
7bd18cb927 fix branches for ci 2016-06-18 15:09:44 +02:00
2 changed files with 3 additions and 9 deletions

View File

@ -8,8 +8,6 @@ testLEGACY:
stage: test stage: test
script: script:
- npmci test legacy - npmci test legacy
only:
- master
tags: tags:
- docker - docker
- lossless - lossless
@ -18,8 +16,6 @@ testLTS:
stage: test stage: test
script: script:
- npmci test lts - npmci test lts
only:
- master
tags: tags:
- docker - docker
- lossless - lossless
@ -28,8 +24,6 @@ testSTABLE:
stage: test stage: test
script: script:
- npmci test stable - npmci test stable
only:
- master
tags: tags:
- docker - docker
- lossless - lossless
@ -39,6 +33,6 @@ release:
script: script:
- npmci publish npm - npmci publish npm
only: only:
- master - tags
tags: tags:
- lossless - lossless

View File

@ -1,7 +1,7 @@
{ {
"name": "cert", "name": "cert",
"version": "0.0.2", "version": "0.0.4",
"description": "automatic cert generation for coreos clusters", "description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"