This commit is contained in:
parent
3576ab7494
commit
77569b5ddb
15
.drone.yml
15
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user