20 lines
288 B
YAML
20 lines
288 B
YAML
---
|
|
kind: pipeline
|
|
name: python
|
|
|
|
steps:
|
|
|
|
- name: badgie
|
|
image: python
|
|
commands:
|
|
- pip install badgie
|
|
- badgie -w README.md
|
|
- git add . && git commit -m "Badgie 🐦" && git push
|
|
|
|
- name: Update file
|
|
image: python
|
|
commands:
|
|
- python scripts/script.py
|
|
status:
|
|
- success
|