This commit is contained in:
parent
d976d9c515
commit
714f51c8f3
17
.drone.yml
17
.drone.yml
@ -9,13 +9,12 @@ steps:
|
||||
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
|
||||
- name: update-readme
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git config user.name "sthope"
|
||||
- git config user.email "rjs.ricardosilva@gmail.com"
|
||||
- git add README.md
|
||||
- git commit -m "Update README.md 🐦"
|
||||
- git push origin master
|
||||
|
Loading…
x
Reference in New Issue
Block a user