fix build spec
This commit is contained in:
		
							parent
							
								
									c5e2ea0b9e
								
							
						
					
					
						commit
						21585aeed0
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		
							
								
								
									
										10
									
								
								.drone.yml
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
										
									
									
									
								
							|  | @ -2,10 +2,18 @@ kind: pipeline | |||
| type: docker | ||||
| name: default | ||||
| steps: | ||||
|   - name: test | ||||
|   - name: build | ||||
|     image: maven:3.8-openjdk-18-slim | ||||
|     commands: | ||||
|       - mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | ||||
|     when: | ||||
|       branch: | ||||
|         include: | ||||
|           - master | ||||
|           - feature/* | ||||
|   - name: test | ||||
|     image: maven:3.8-openjdk-18-slim | ||||
|     commands: | ||||
|       - mvn test -B | ||||
|     when: | ||||
|       branch: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue