portainer-template/.drone.yml
Sthope d976d9c515
Some checks failed
continuous-integration/drone/push Build is failing
Update .drone.yml
2023-09-02 14:03:24 +02:00

22 lines
446 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 origin main
# - name: update-readme
# image: alpine/git
# commands:
# - git config user.name "Your Name"
# - git config user.email "your.email@example.com"
# - git add README.md
# - git commit -m "Update README.md 🐦"
# - git push origin master