From cdfe80c8d08f9a86dec1a02e1e384384db646f21 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 20 Dec 2022 16:19:47 -0300 Subject: [PATCH] ci: Arreglar descarga de openring --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3e842d8..ac81f52 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,8 +7,8 @@ pipeline: - echo "http://alpine.proxy.coso/alpine/v3.17/community" >> /etc/apk/repositories - apk add nodejs npm lua5.1 - npm install -g pnpm - # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-1 - - wget -nvO /bin/openring https://gitea.nulo.in/attachments/c07b8560-5d35-4844-9844-226aa769a8e4 + # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-1 + - wget -nv -O /bin/openring https://gitea.nulo.in/attachments/c07b8560-5d35-4844-9844-226aa769a8e4 - pnpm set registry http://npm.proxy.coso - pnpm install