CI image test
authorLiza Carvelli <liza@carvel.li>
Fri, 28 Mar 2025 23:54:32 +0000 (00:54 +0100)
committerLiza Carvelli <liza@carvel.li>
Sat, 29 Mar 2025 21:39:09 +0000 (22:39 +0100)
.woodpecker/build.yaml

index 60869c5..740ae4a 100644 (file)
@@ -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