diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f86b943..bc15f8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ test: - priv release: + image: hosttoday/ht-docker-node:npmts stage: release script: - npmci publish npm diff --git a/ts/dockersock.class.dockersock.ts b/ts/dockersock.class.dockersock.ts new file mode 100644 index 0000000..8c56249 --- /dev/null +++ b/ts/dockersock.class.dockersock.ts @@ -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(){ + + } +} \ No newline at end of file