start dockersock class and update gitlab-ci.yml
This commit is contained in:
parent
c91dc1e9e2
commit
95608704e4
@ -32,6 +32,7 @@ test:
|
||||
- priv
|
||||
|
||||
release:
|
||||
image: hosttoday/ht-docker-node:npmts
|
||||
stage: release
|
||||
script:
|
||||
- npmci publish npm
|
||||
|
12
ts/dockersock.class.dockersock.ts
Normal file
12
ts/dockersock.class.dockersock.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import "typings-global"
|
||||
import * as plugins from "./dockersock.plugins";
|
||||
|
||||
export class dockersock {
|
||||
sockPath:string;
|
||||
constructor(pathArg:string){
|
||||
this.sockPath = pathArg;
|
||||
}
|
||||
request(){
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user