Add .drone.yml
This commit is contained in:
parent
ee0bd5723a
commit
fdb5b89f29
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
|
Loading…
x
Reference in New Issue
Block a user