Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
a04ce339f2 | |||
feed201dc1 | |||
cb73164c8f | |||
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.8",
|
||||
"description": "cloudflare management for CoreOS",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@ -25,7 +25,7 @@
|
||||
"beautylog": "^5.0.12",
|
||||
"q": "^1.4.1",
|
||||
"request": "^2.72.0",
|
||||
"smartstring": "^2.0.9",
|
||||
"smartstring": "^2.0.10",
|
||||
"typings-global": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
File diff suppressed because one or more lines are too long
@ -77,6 +77,7 @@ describe("cflare",function(){
|
||||
});
|
||||
});
|
||||
it("should remove a subdomain record from Cloudflare",function(done){
|
||||
this.timeout(5000);
|
||||
testCflareAccount.removeRecord("subdomain.bleu.de","A")
|
||||
.then(function(responseArg){
|
||||
console.log(responseArg);
|
||||
|
Reference in New Issue
Block a user