projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fda790
)
CI image test
author
Liza Carvelli
<liza@carvel.li>
Fri, 28 Mar 2025 23:54:32 +0000
(
00:54
+0100)
committer
Liza Carvelli
<liza@carvel.li>
Sat, 29 Mar 2025 21:39:09 +0000
(22:39 +0100)
.woodpecker/build.yaml
patch
|
blob
|
blame
|
history
diff --git
a/.woodpecker/build.yaml
b/.woodpecker/build.yaml
index
60869c5
..
740ae4a
100644
(file)
--- a/
.woodpecker/build.yaml
+++ b/
.woodpecker/build.yaml
@@
-5,11
+5,7
@@
when:
steps:
- name: prepare dalamud
- image: alpine
- commands:
- - apk add --no-cache unzip
- - wget https://goatcorp.github.io/dalamud-distrib/latest.zip -O /tmp/dalamud.zip
- - unzip /tmp/dalamud.zip -d $CI_WORKSPACE/.dalamud
+ image: git.carvel.li/actions/download-dalamud
- name: dotnet restore
image: mcr.microsoft.com/dotnet/sdk:9.0-noble