Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Sthope 2023-09-02 13:45:29 +02:00
parent 00e088012f
commit 79e664b082

View File

@ -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