mirror of
				https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
				synced 2024-08-14 23:57:25 +00:00 
			
		
		
		
	Update .gitlab-ci.yml file
This commit is contained in:
		
							parent
							
								
									f4a6d58a5c
								
							
						
					
					
						commit
						9fc6bbc0c5
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								.gitlab-ci.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.gitlab-ci.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,14 @@
 | 
				
			||||||
 | 
					image: "ubuntu"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					variables:
 | 
				
			||||||
 | 
					  EXPORT_NAME: ProjectName
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					build:
 | 
				
			||||||
 | 
					  script:
 | 
				
			||||||
 | 
					    - apt update; apt install -y zip
 | 
				
			||||||
 | 
					    - ls
 | 
				
			||||||
 | 
					    - zip -r ../dist.zip *
 | 
				
			||||||
 | 
					  artifacts:
 | 
				
			||||||
 | 
					    name: $EXPORT_NAME-$CI_COMMIT_TAG
 | 
				
			||||||
 | 
					    paths:
 | 
				
			||||||
 | 
					      - dist.zip
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue