ci: reactivar cache?
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c0a4ac2d07
commit
769dacc3c7
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: docker.io/alpine:3.17
|
image: docker.io/alpine:3.17
|
||||||
commands:
|
commands:
|
||||||
|
- echo "http://host.containers.internal/alpine/alpine/v3.17/main" > /etc/apk/repositories
|
||||||
|
- echo "http://host.containers.internal/alpine/alpine/v3.17/community" >> /etc/apk/repositories
|
||||||
- apk add nodejs npm lua5.1
|
- apk add nodejs npm lua5.1
|
||||||
|
- npm config set -g registry http://host.containers.internal/npm
|
||||||
- npm install -g pnpm
|
- npm install -g pnpm
|
||||||
# https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2
|
# https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2
|
||||||
- wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8
|
- wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8
|
||||||
|
|
Reference in a new issue