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:39:17 -03:00
parent a90dff4b4c
commit cc251dc822

View file

@ -9,14 +9,11 @@ pipeline:
- ./tool check - ./tool check
when: when:
path: path:
exclude: ["*.md"] include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"]
refresh-feeds:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- ./tool refresh_feeds
build: build:
image: gitea.nulo.in/nulo/super-image:3.18 image: gitea.nulo.in/nulo/super-image:3.18
commands: commands:
- ./tool refresh_feeds
- ./tool build - ./tool build
upload: upload:
image: gitea.nulo.in/nulo/super-image:3.18 image: gitea.nulo.in/nulo/super-image:3.18