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