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

This commit is contained in:
Sthope 2023-09-02 14:35:43 +02:00
parent ca5fa8f164
commit b41e783b29

View File

@ -9,7 +9,7 @@ steps:
image: python image: python
commands: commands:
- pip install badgie - pip install badgie
- badgie -w README.md - badgie -w README.md -s for-the-badge
- name: update-readme - name: update-readme
image: alpine/git image: alpine/git