Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									0baa80563d
								
							
						
					
					
						commit
						d36edb474f
					
				@ -14,7 +14,7 @@ build:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - mkdir out
 | 
			
		||||
    - find . -maxdepth 1 -type d -not -name ".git" -not -name "out" | xargs -I {} zip out/{} {}
 | 
			
		||||
    - find . -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I {} zip out/{} {}/*
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - ./out
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user