update structure
This commit is contained in:
parent
ac7160c3a3
commit
8dc75feb8d
@ -1,17 +1,10 @@
|
||||
image: hosttoday/ht-docker-node:npmts
|
||||
|
||||
stages:
|
||||
- test
|
||||
- test1
|
||||
- test2
|
||||
- release
|
||||
|
||||
testLEGACY:
|
||||
stage: test
|
||||
script:
|
||||
- npmci test legacy
|
||||
tags:
|
||||
- docker
|
||||
- lossless
|
||||
|
||||
testLTS:
|
||||
stage: test
|
||||
script:
|
||||
@ -21,7 +14,7 @@ testLTS:
|
||||
- lossless
|
||||
|
||||
testSTABLE:
|
||||
stage: test
|
||||
stage: test2
|
||||
script:
|
||||
- npmci test stable
|
||||
tags:
|
||||
|
@ -28,9 +28,11 @@
|
||||
"cflare": "0.0.6",
|
||||
"fs-extra": "^0.30.0",
|
||||
"letsencrypt": "^1.4.4",
|
||||
"q": "^1.4.1",
|
||||
"smartcli": "^1.0.2",
|
||||
"smartfile": "^3.0.10",
|
||||
"smartgit": "0.0.10",
|
||||
"smartstring": "^2.0.9",
|
||||
"typings-global": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -3,4 +3,5 @@ import "should";
|
||||
import * as cert from "../dist/index";
|
||||
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 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