Add .drone.yml
This commit is contained in:
		
							
								
								
									
										17
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: python
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: Update file
 | 
			
		||||
  image: python
 | 
			
		||||
  commands:
 | 
			
		||||
  - python scripts/script.py
 | 
			
		||||
 | 
			
		||||
- name: file
 | 
			
		||||
  image: python
 | 
			
		||||
  commands:
 | 
			
		||||
  - python scripts/script1.py
 | 
			
		||||
  when:
 | 
			
		||||
  status:
 | 
			
		||||
  - success
 | 
			
		||||
		Reference in New Issue
	
	Block a user