webhook - depends_on
	
		
			
	
		
	
	
		
	
		
			Some checks reported errors
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build encountered an error
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported errors
		
		
	
	continuous-integration/drone/push Build encountered an error
				
			This commit is contained in:
		
							
								
								
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -65,9 +65,7 @@ steps: | ||||
|         "details": "{{ repo.name }}" | ||||
|       } | ||||
|     debug: true | ||||
|   depends_on: [ | ||||
|     php7.4, | ||||
|   ] | ||||
|   depends_on: [ php7.4 ] | ||||
|  | ||||
|  | ||||
| - name: webhook | ||||
| @@ -81,9 +79,7 @@ steps: | ||||
|         "details": "{{ repo.name }}" | ||||
|       } | ||||
|     debug: true | ||||
|   depends_on: [ | ||||
|     php7.3, | ||||
|   ] | ||||
|   depends_on: [ php7.3 ] | ||||
|  | ||||
| - name: webhook | ||||
|   image: plugins/webhook | ||||
| @@ -96,6 +92,4 @@ steps: | ||||
|         "details": "{{ repo.name }}" | ||||
|       } | ||||
|     debug: true | ||||
|   depends_on: [ | ||||
|     php7.2, | ||||
|   ] | ||||
|   depends_on: [ php7.2 ] | ||||
		Reference in New Issue
	
	Block a user