diff --git a/.woodpecker.yml b/.woodpecker.yml index ad2733f..11411e3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,11 @@ skip_clone: true steps: - route: - image: alpine + clone: + image: alpine/git commands: - - traceroute git.fosil.eu + - echo "172.17.0.1 git.fosil.eu" >> /etc/hosts + - git clone https://git.fosil.eu/labasarea/laba-webgunea.git . build: image: node:22-alpine