This commit is contained in:
parent
e677929ae5
commit
027b41dce2
22
.drone.yml
22
.drone.yml
@ -35,13 +35,17 @@ steps:
|
|||||||
from_secret: user_gitea
|
from_secret: user_gitea
|
||||||
PASSWORD:
|
PASSWORD:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
# volumes:
|
||||||
|
# - name: cache
|
||||||
|
# path: /go
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl git
|
- pwd
|
||||||
- git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
|
# - apk add --no-cache curl git
|
||||||
- cd xbox_og && rm -rf Insigina ; mkdir -p Insignia
|
# - git clone https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
|
||||||
- |
|
# - cd xbox_og && rm -rf Insigina ; 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
|
# curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
|
||||||
- git add .
|
# grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia
|
||||||
- git commit -m "Updating Insignia"
|
# - git add .
|
||||||
- git push
|
# - git commit -m "Updating Insignia"
|
||||||
|
# - git push
|
Loading…
x
Reference in New Issue
Block a user