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

This commit is contained in:
Sthope 2023-08-28 20:09:47 +02:00
parent 0bfa60f7d6
commit ad001fdb4b

View File

@ -39,7 +39,11 @@ steps:
- apk add --no-cache curl git
- git remote -v
- mkdir -p Insignia
- >
- |
curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia
- git config user.email "your.email@example.com"
- git config user.name "Your Name"
- git add Insignia/default.xbe
- git commit -m "Add default.xbe"
- git push --set-upstream origin main