Use ubuntu instead of ruby or whatever GitLab CI defaults to
This commit is contained in:
		
							parent
							
								
									a453951aea
								
							
						
					
					
						commit
						0dca4f14fe
					
				@ -100,6 +100,7 @@ deploy linux:
 | 
			
		||||
      - zip/
 | 
			
		||||
 | 
			
		||||
deploy windows:
 | 
			
		||||
  image: ubuntu
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  dependencies:
 | 
			
		||||
    - build windows i686
 | 
			
		||||
@ -107,6 +108,7 @@ deploy windows:
 | 
			
		||||
    - docker
 | 
			
		||||
    - linux
 | 
			
		||||
  script:
 | 
			
		||||
    - apt-get update
 | 
			
		||||
    - apt-get install --no-install-recommends -y zip
 | 
			
		||||
 | 
			
		||||
    - mkdir artifact
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user