Compare commits
2 commits
809cc97378
...
3a0c602196
Author | SHA1 | Date | |
---|---|---|---|
3a0c602196 | |||
096fda82e9 |
2 changed files with 4 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.17
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
commands:
|
commands:
|
||||||
- pnpm install
|
- pnpm install
|
||||||
build:
|
build:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.17
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- pnpm build
|
- pnpm build
|
||||||
check:
|
check:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.17
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- pnpm check
|
- pnpm check
|
||||||
upload:
|
upload:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.17
|
image: gitea.nulo.in/nulo/super-image:3.18
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
FROM docker.io/alpine:3.17
|
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs npm rsync openssh-client-default
|
|
||||||
RUN npm install --global pnpm
|
|
Loading…
Reference in a new issue