Compare commits

..

No commits in common. "3a0c6021963d9215a7229d884fd9c1f5dd1f5eda" and "809cc9737840c80396504644bb480e581dd3b286" have entirely different histories.

2 changed files with 8 additions and 4 deletions

View file

@ -1,20 +1,20 @@
pipeline:
deps:
image: gitea.nulo.in/nulo/super-image:3.18
image: gitea.nulo.in/nulo/super-image:3.17
commands:
- pnpm install
build:
image: gitea.nulo.in/nulo/super-image:3.18
image: gitea.nulo.in/nulo/super-image:3.17
group: build
commands:
- pnpm build
check:
image: gitea.nulo.in/nulo/super-image:3.18
image: gitea.nulo.in/nulo/super-image:3.17
group: build
commands:
- pnpm check
upload:
image: gitea.nulo.in/nulo/super-image:3.18
image: gitea.nulo.in/nulo/super-image:3.17
commands:
- |
eval $(ssh-agent -s)

4
tooling/Containerfile Normal file
View 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