Mi webring: Resolver paths correctamente
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
0e82470a86
commit
150c084785
2 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ pipeline:
|
|||
- 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 -nv -O /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-2
|
||||
- wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8
|
||||
- chmod +x /bin/openring
|
||||
|
||||
- pnpm install
|
||||
|
|
|
@ -25,8 +25,8 @@ local template = [[
|
|||
]]
|
||||
|
||||
local code = os.execute("echo '"..template..[[' | openring \
|
||||
-s file:cached-feeds/fauno.xml \
|
||||
-s file:cached-feeds/copiona.xml
|
||||
-s file:cached-feeds/fauno.xml?url=https://fauno.endefensadelsl.org/feed.xml \
|
||||
-s file:cached-feeds/copiona.xml?url=https://copiona.com/feed.xml
|
||||
]])
|
||||
if code ~= 0 then
|
||||
os.exit(1)
|
||||
|
|
Reference in a new issue