Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									ad51dcea3c
								
							
						
					
					
						commit
						6367ac9780
					
				@ -4,7 +4,9 @@ maven-package:
 | 
				
			|||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  environment: production
 | 
					  environment: production
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - mvn package
 | 
					    - mvn clean verify
 | 
				
			||||||
 | 
					    - ls -la
 | 
				
			||||||
 | 
					    - ls .. -la
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
      - target/transcendental-lisp-*.jar
 | 
					      - target/transcendental-lisp-*.jar
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user