update ci
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
image: hosttoday/ht-docker-dbase:npmts
 | 
					image: hosttoday/ht-docker-dbase:npmci
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  - docker:dind
 | 
					  - docker:dind
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -10,8 +10,7 @@ stages:
 | 
				
			|||||||
test:
 | 
					test:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npm install
 | 
					    - npmci test stable
 | 
				
			||||||
    - npm test
 | 
					 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
    - lossless
 | 
					    - lossless
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,5 +3,10 @@
 | 
				
			|||||||
        "mode":"default",
 | 
					        "mode":"default",
 | 
				
			||||||
        "cli":true,
 | 
					        "cli":true,
 | 
				
			||||||
        "dockerSock":true
 | 
					        "dockerSock":true
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "npmci": {
 | 
				
			||||||
 | 
					        "globalNpmTools": [
 | 
				
			||||||
 | 
					            "npmts"
 | 
				
			||||||
 | 
					        ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user