This commit is contained in:
parent
00e088012f
commit
79e664b082
15
.drone.yml
15
.drone.yml
@ -3,15 +3,16 @@ kind: pipeline
|
||||
name: python
|
||||
|
||||
steps:
|
||||
|
||||
- name: badgie
|
||||
image: python
|
||||
commands:
|
||||
- pip install badgie
|
||||
- badgie -w README.md
|
||||
|
||||
- name: Update file
|
||||
image: python
|
||||
commands:
|
||||
- python scripts/script.py
|
||||
|
||||
- name: file
|
||||
image: python
|
||||
commands:
|
||||
- python scripts/script1.py
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- success
|
||||
|
Loading…
x
Reference in New Issue
Block a user