update gitlab ci
This commit is contained in:
		@@ -1,6 +1,11 @@
 | 
				
			|||||||
# gitzone standard
 | 
					# gitzone standard
 | 
				
			||||||
image: hosttoday/ht-docker-node:npmci
 | 
					image: hosttoday/ht-docker-node:npmci
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cache:
 | 
				
			||||||
 | 
					  paths:
 | 
				
			||||||
 | 
					  - .yarn/
 | 
				
			||||||
 | 
					  key: "$CI_BUILD_STAGE"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
- test
 | 
					- test
 | 
				
			||||||
- release
 | 
					- release
 | 
				
			||||||
@@ -51,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 yarn global add npmpage
 | 
				
			||||||
    - npmci command npmpage --publish gitlab
 | 
					    - npmci command npmpage --publish gitlab
 | 
				
			||||||
 | 
					  tags:
 | 
				
			||||||
 | 
					    - docker
 | 
				
			||||||
  only:
 | 
					  only:
 | 
				
			||||||
    - tags
 | 
					    - tags
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user