Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4758f31132 | |||
5a0ab5080d |
@ -10,6 +10,8 @@ testLEGACY:
|
||||
stage: test1
|
||||
script:
|
||||
- npmci test legacy
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
|
||||
@ -17,6 +19,8 @@ testLTS:
|
||||
stage: test2
|
||||
script:
|
||||
- npmci test lts
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
|
||||
@ -24,6 +28,8 @@ testSTABLE:
|
||||
stage: test3
|
||||
script:
|
||||
- npmci test stable
|
||||
only:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cflare",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "cloudflare management for CoreOS",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user