This commit is contained in:
parent
d976d9c515
commit
714f51c8f3
17
.drone.yml
17
.drone.yml
@ -9,13 +9,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install badgie
|
- pip install badgie
|
||||||
- badgie -w README.md
|
- badgie -w README.md
|
||||||
- git add . && git commit -m "Badgie " && git push origin main
|
|
||||||
|
|
||||||
# - name: update-readme
|
- name: update-readme
|
||||||
# image: alpine/git
|
image: alpine/git
|
||||||
# commands:
|
commands:
|
||||||
# - git config user.name "Your Name"
|
- git config user.name "sthope"
|
||||||
# - git config user.email "your.email@example.com"
|
- git config user.email "rjs.ricardosilva@gmail.com"
|
||||||
# - git add README.md
|
- git add README.md
|
||||||
# - git commit -m "Update README.md 🐦"
|
- git commit -m "Update README.md 🐦"
|
||||||
# - git push origin master
|
- git push origin master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user