chore: woodpecker test
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2026-06-18 13:10:13 +02:00
parent 3c64930fa8
commit 4dac25ec56

View File

@@ -1,14 +1,10 @@
skip_clone: true
steps:
adjust_dns:
image: alpine
commands:
- echo "172.17.0.1 git.fosil.eu" >> /etc/hosts
- echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts
clone:
image: alpine/git
commands:
- echo "172.17.0.1 git.fosil.eu" >> /etc/hosts
- git clone https://git.fosil.eu/labasarea/laba-webgunea.git .
build:
@@ -21,6 +17,7 @@ steps:
volumes:
- astro-dist:/deploy
commands:
- echo "172.17.0.1 kudeatu.laba.eus" >> /etc/hosts
- corepack enable
- pnpm --filter front install --frozen-lockfile
- pnpm front:build