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: