Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									52d8e1ea92
								
							
						
					
					
						commit
						bfb3d945fa
					
				@ -1,10 +1,14 @@
 | 
				
			|||||||
image: maven:3.5-jdk-8
 | 
					image: maven:3.5-jdk-8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cache:
 | 
				
			||||||
 | 
					  paths:
 | 
				
			||||||
 | 
					    - /root/.m2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
maven-install:
 | 
					maven-install:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  environment: production
 | 
					  environment: production
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - mvn install
 | 
					    - mvn package
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - target/transcendental-lisp-*.jar
 | 
					      - target/transcendental-lisp-*.jar
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user