update ci
This commit is contained in:
		@@ -1,4 +1,10 @@
 | 
				
			|||||||
image: hosttoday/ht-docker-node:npmts
 | 
					# gitzone standard
 | 
				
			||||||
 | 
					image: hosttoday/ht-docker-node:npmci
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cache:
 | 
				
			||||||
 | 
					  paths:
 | 
				
			||||||
 | 
					  - .yarn/
 | 
				
			||||||
 | 
					  key: "$CI_BUILD_STAGE"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
- test
 | 
					- test
 | 
				
			||||||
@@ -10,6 +16,7 @@ testLEGACY:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci test legacy
 | 
					    - npmci test legacy
 | 
				
			||||||
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
  allow_failure: true
 | 
					  allow_failure: true
 | 
				
			||||||
@@ -18,6 +25,7 @@ testLTS:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci test lts
 | 
					    - npmci test lts
 | 
				
			||||||
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
@@ -25,6 +33,7 @@ testSTABLE:
 | 
				
			|||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci test stable
 | 
					    - npmci test stable
 | 
				
			||||||
 | 
					  coverage: /\d+.?\d+?\%\s*coverage/
 | 
				
			||||||
  tags:
 | 
					  tags:
 | 
				
			||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -47,10 +56,13 @@ trigger:
 | 
				
			|||||||
    - docker
 | 
					    - docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pages:
 | 
					pages:
 | 
				
			||||||
  image: hosttoday/ht-docker-node:npmpage
 | 
					  image: hosttoday/ht-docker-node:npmci
 | 
				
			||||||
  stage: pages
 | 
					  stage: pages
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - npmci command npmpage --publish gitlab
 | 
					    - npmci command yarn global add npmpage
 | 
				
			||||||
 | 
					    - npmci command npmpage
 | 
				
			||||||
 | 
					  tags:
 | 
				
			||||||
 | 
					    - docker
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    - tags
 | 
					    - tags
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								npmextra.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								npmextra.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "npmci": {
 | 
				
			||||||
 | 
					    "globalNpmTools": [
 | 
				
			||||||
 | 
					      "npmts"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user