This commit is contained in:
parent
45862a6e51
commit
48b6170665
1 changed files with 7 additions and 7 deletions
|
@ -3,13 +3,13 @@ pipeline:
|
|||
image: gitea.nulo.in/nulo/super-image:3.18
|
||||
commands:
|
||||
- pnpm install
|
||||
check:
|
||||
image: gitea.nulo.in/nulo/super-image:3.18
|
||||
commands:
|
||||
- pnpm check
|
||||
when:
|
||||
path:
|
||||
include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"]
|
||||
# check:
|
||||
# image: gitea.nulo.in/nulo/super-image:3.18
|
||||
# commands:
|
||||
# - pnpm check
|
||||
# when:
|
||||
# path:
|
||||
# include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"]
|
||||
build:
|
||||
image: gitea.nulo.in/nulo/super-image:3.18
|
||||
commands:
|
||||
|
|
Reference in a new issue