portainer-template/.drone.yml
Sthope 79e664b082
Some checks failed
continuous-integration/drone Build is failing
Update .drone.yml
2023-09-02 13:45:29 +02:00

19 lines
231 B
YAML

---
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
status:
- success