mejorar ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-07-17 16:36:55 -03:00
parent 58181255b2
commit a90dff4b4c

View file

@ -1,12 +1,26 @@
pipeline: pipeline:
upload: setup:
image: gitea.nulo.in/nulo/super-image:3.18 image: gitea.nulo.in/nulo/super-image:3.18
commands: commands:
- pnpm install - pnpm install
check:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- ./tool check - ./tool check
when:
path:
exclude: ["*.md"]
refresh-feeds:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- ./tool refresh_feeds - ./tool refresh_feeds
build:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- ./tool build - ./tool build
upload:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- | - |
eval $(ssh-agent -s) eval $(ssh-agent -s)
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add - echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -