Compare commits
2 commits
edc8b32532
...
93d228885d
Author | SHA1 | Date | |
---|---|---|---|
93d228885d | |||
cdfe80c8d0 |
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ pipeline:
|
|||
- 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 nodejs npm lua5.1
|
||||
- npm config set -g registry http://npm.proxy.coso
|
||||
- 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
|
||||
- ./tool refresh_feeds
|
||||
- ./tool check
|
||||
|
|
Reference in a new issue