ci: be quieter
This commit is contained in:
parent
725fc81e2a
commit
550974ef4b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue