ci: Install git lfs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Cat /dev/Nulo 2022-11-25 20:02:46 -03:00
parent 4599547ed7
commit bad3a8f854

View file

@ -5,16 +5,16 @@ 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 tar zstd
- apk add 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
- git clone https://gitea.nulo.in/Nulo/site-analyzer-demos
- cd site-analyzer-demos
- tar --zstd -xf nulo.in.tar.zst
- tar --zstd -xf la-periferica.com.ar.tar.zst
- tar --zstd -xf distributed.press.tar.zst
- tar xf nulo.in.tar.zst
- tar xf la-periferica.com.ar.tar.zst
- tar xf distributed.press.tar.zst
- node .. nulo.in/
- node .. la-periferica.com.ar/