Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
83314a07ef
commit
3576ab7494
19
.drone.yml
19
.drone.yml
@ -10,11 +10,14 @@ steps:
|
|||||||
- pip install badgie
|
- pip install badgie
|
||||||
- badgie -w README.md
|
- badgie -w README.md
|
||||||
|
|
||||||
- name: update-readme
|
- name: update-readme
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
environment:
|
||||||
- git config user.name "sthope"
|
GIT_SSH_KEY:
|
||||||
- git config user.email "rjs.ricardosilva@gmail.com"
|
from_secret: gitea_token
|
||||||
- git add README.md
|
commands:
|
||||||
- git commit -m "Update README.md 🐦"
|
- git config user.name "sthope"
|
||||||
- git push origin main
|
- git config user.email "rjs.ricarodsilva@gmail.com"
|
||||||
|
- git add README.md
|
||||||
|
- git commit -m "Update README.md 🐦"
|
||||||
|
- git push origin main
|
Loading…
x
Reference in New Issue
Block a user