From 550974ef4b2fc6895f6535b3b9dc7b0ebdbbe320 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 25 Nov 2022 20:10:42 -0300 Subject: [PATCH] ci: be quieter --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 80f3b2e..51cb002 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,10 +5,10 @@ pipeline: - echo "172.17.0.1 npm.proxy.coso alpine.proxy.coso" >> /etc/hosts - echo "http://alpine.proxy.coso/alpine/v3.17/main" > /etc/apk/repositories - echo "http://alpine.proxy.coso/alpine/v3.17/community" >> /etc/apk/repositories - - apk add curl nodejs npm git git-lfs tar zstd + - apk add --quiet curl nodejs npm git git-lfs tar zstd - curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm - pnpm set registry http://npm.proxy.coso - - pnpm install --prod + - pnpm install --prod --silent - git clone https://gitea.nulo.in/Nulo/site-analyzer-demos - cd site-analyzer-demos