From 3c64930fa881ba9cd869c06a8d835cb1b7e783c8 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Thu, 18 Jun 2026 13:08:20 +0200 Subject: [PATCH] chore: test woodpecker --- .woodpecker.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 11411e3..c0ca806 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,14 @@ skip_clone: true steps: - clone: - image: alpine/git + 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 - git clone https://git.fosil.eu/labasarea/laba-webgunea.git . build: