Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-28 20:41:05 +02:00
parent 027b41dce2
commit 07a8ba2892

View File

@ -35,9 +35,6 @@ steps:
from_secret: user_gitea
PASSWORD:
from_secret: gitea_token
# volumes:
# - name: cache
# path: /go
commands:
- pwd
# - apk add --no-cache curl git
@ -48,4 +45,8 @@ steps:
# grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia
# - git add .
# - git commit -m "Updating Insignia"
# - git push
# - git push
# volumes:
# - name: cache
# path: /go