start dockersock class and update gitlab-ci.yml
This commit is contained in:
		| @@ -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(){ | ||||
|          | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user