update structure
This commit is contained in:
parent
ac7160c3a3
commit
8dc75feb8d
@ -1,17 +1,10 @@
|
|||||||
image: hosttoday/ht-docker-node:npmts
|
image: hosttoday/ht-docker-node:npmts
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test1
|
||||||
|
- test2
|
||||||
- release
|
- release
|
||||||
|
|
||||||
testLEGACY:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci test legacy
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
- lossless
|
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
@ -21,7 +14,7 @@ testLTS:
|
|||||||
- lossless
|
- lossless
|
||||||
|
|
||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test2
|
||||||
script:
|
script:
|
||||||
- npmci test stable
|
- npmci test stable
|
||||||
tags:
|
tags:
|
||||||
|
@ -28,9 +28,11 @@
|
|||||||
"cflare": "0.0.6",
|
"cflare": "0.0.6",
|
||||||
"fs-extra": "^0.30.0",
|
"fs-extra": "^0.30.0",
|
||||||
"letsencrypt": "^1.4.4",
|
"letsencrypt": "^1.4.4",
|
||||||
|
"q": "^1.4.1",
|
||||||
"smartcli": "^1.0.2",
|
"smartcli": "^1.0.2",
|
||||||
"smartfile": "^3.0.10",
|
"smartfile": "^3.0.10",
|
||||||
"smartgit": "0.0.10",
|
"smartgit": "0.0.10",
|
||||||
|
"smartstring": "^2.0.9",
|
||||||
"typings-global": "^1.0.3"
|
"typings-global": "^1.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -3,4 +3,5 @@ import "should";
|
|||||||
import * as cert from "../dist/index";
|
import * as cert from "../dist/index";
|
||||||
import {Qenv} from "qenv";
|
import {Qenv} from "qenv";
|
||||||
|
|
||||||
let testQenv = new Qenv(process.cwd(), process.cwd() + "/.nogit");
|
let testQenv = new Qenv(process.cwd(), process.cwd() + "/.nogit");
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
import * as smartcli from "smartcli";
|
import * as smartcli from "smartcli";
|
||||||
import * as cflare from "cflare";
|
import * as cflare from "cflare";
|
||||||
|
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
import "typings-global";
|
||||||
|
export import path = require("path");
|
||||||
|
export let q = require("q");
|
||||||
|
export import smartfile = require("smartfile");
|
||||||
|
export import smartstring = require("smartstring");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user