Mi webring: Resolver paths correctamente
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-12-20 17:37:03 -03:00
parent 0e82470a86
commit 150c084785
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ pipeline:
- apk add nodejs npm lua5.1 - apk add nodejs npm lua5.1
- npm config set -g registry http://npm.proxy.coso - npm config set -g registry http://npm.proxy.coso
- npm install -g pnpm - npm install -g pnpm
# https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-1 # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2
- wget -nv -O /bin/openring https://gitea.nulo.in/attachments/c07b8560-5d35-4844-9844-226aa769a8e4 - wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8
- chmod +x /bin/openring - chmod +x /bin/openring
- pnpm install - pnpm install

View file

@ -25,8 +25,8 @@ local template = [[
]] ]]
local code = os.execute("echo '"..template..[[' | openring \ local code = os.execute("echo '"..template..[[' | openring \
-s file:cached-feeds/fauno.xml \ -s file:cached-feeds/fauno.xml?url=https://fauno.endefensadelsl.org/feed.xml \
-s file:cached-feeds/copiona.xml -s file:cached-feeds/copiona.xml?url=https://copiona.com/feed.xml
]]) ]])
if code ~= 0 then if code ~= 0 then
os.exit(1) os.exit(1)