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

This commit is contained in:
Sthope 2023-08-28 20:07:58 +02:00
parent 63486b2a0f
commit 0bfa60f7d6

View File

@ -30,8 +30,14 @@ steps:
- name: testing
image: alpine
environment:
USERNAME:
from_secret: user_gitea
PASSWORD:
from_secret: gitea_token
commands:
- 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" |