Fix: try a different node image for release task
This commit is contained in:
		
							parent
							
								
									d8dd6ec3b5
								
							
						
					
					
						commit
						ca6e907d1d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -33,9 +33,9 @@ test:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
deploy:
 | 
					deploy:
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  image: "docker:19.03.12"
 | 
					  image: "circleci/node:15.2"
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    # - npm install
 | 
					    - npm install
 | 
				
			||||||
    - echo "Attempting login to https://${CI_REGISTRY}"
 | 
					    - echo "Attempting login to https://${CI_REGISTRY}"
 | 
				
			||||||
    - docker login "https://${CI_REGISTRY}" -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
 | 
					    - docker login "https://${CI_REGISTRY}" -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
 | 
				
			||||||
    # - npx semantic-release
 | 
					    - npx semantic-release
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue