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

This commit is contained in:
Sthope 2023-09-02 14:08:40 +02:00
parent 3576ab7494
commit 77569b5ddb

View File

@ -3,12 +3,11 @@ kind: pipeline
name: python
steps:
- name: badgie
image: python
commands:
- pip install badgie
- badgie -w README.md
- name: badgie
image: python
commands:
- pip install badgie
- badgie -w README.md
- name: update-readme
image: alpine/git
@ -17,7 +16,7 @@ steps:
from_secret: gitea_token
commands:
- git config user.name "sthope"
- git config user.email "rjs.ricarodsilva@gmail.com"
- git config user.email "rjs.ricardosilva@gmail.com"
- git add README.md
- git commit -m "Update README.md 🐦"
- git push origin main
- git push origin main