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

This commit is contained in:
Sthope 2023-09-02 14:03:24 +02:00
parent 062c3ccc31
commit d976d9c515

View File

@ -9,11 +9,13 @@ 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 --set-upstream origin main - git add . && git commit -m "Badgie " && git push origin main
- name: Update file # - name: update-readme
image: python # image: alpine/git
commands: # commands:
- python scripts/script.py # - git config user.name "Your Name"
status: # - git config user.email "your.email@example.com"
- success # - git add README.md
# - git commit -m "Update README.md 🐦"
# - git push origin master