This commit is contained in:
parent
a90dff4b4c
commit
cc251dc822
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue