Compare commits
No commits in common. "3a0c6021963d9215a7229d884fd9c1f5dd1f5eda" and "809cc9737840c80396504644bb480e581dd3b286" have entirely different histories.
3a0c602196
...
809cc97378
2 changed files with 8 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.18
|
image: gitea.nulo.in/nulo/super-image:3.17
|
||||||
commands:
|
commands:
|
||||||
- pnpm install
|
- pnpm install
|
||||||
build:
|
build:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.18
|
image: gitea.nulo.in/nulo/super-image:3.17
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- pnpm build
|
- pnpm build
|
||||||
check:
|
check:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.18
|
image: gitea.nulo.in/nulo/super-image:3.17
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- pnpm check
|
- pnpm check
|
||||||
upload:
|
upload:
|
||||||
image: gitea.nulo.in/nulo/super-image:3.18
|
image: gitea.nulo.in/nulo/super-image:3.17
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
|
4
tooling/Containerfile
Normal file
4
tooling/Containerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
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