bookworm test 3

This commit is contained in:
Rolf Martin Glomsrud 2024-08-03 23:25:01 +02:00
parent b208dbcc9d
commit 48a635a68d

View file

@ -4,9 +4,8 @@ when:
steps:
- name: build
image: node
image: node:bookworm-slim
commands:
- npm install
- npm run build
- apk add --no-cache rsync
- apt install rsync