portainer-template/.drone.yml
Sthope 062c3ccc31
Some checks failed
continuous-integration/drone/push Build is failing
Update .drone.yml
2023-09-02 13:58:07 +02:00

20 lines
315 B
YAML

---
kind: pipeline
name: python
steps:
- name: badgie
image: python
commands:
- pip install badgie
- badgie -w README.md
- git add . && git commit -m "Badgie 🐦" && git push --set-upstream origin main
- name: Update file
image: python
commands:
- python scripts/script.py
status:
- success