Woodpecker CI build: Add missing git dep

This commit is contained in:
Phantasm 2026-05-06 19:57:08 +02:00
commit 83684398db
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -18,7 +18,7 @@ steps:
build: build:
image: docker.io/node:18-alpine image: docker.io/node:18-alpine
commands: commands:
- apk add --no-cache zip - apk add --no-cache zip git
- yarn --frozen-lockfile - yarn --frozen-lockfile
- yarn build - yarn build
- if [ "${CI_PIPELINE_EVENT}" = "push" ] || [ "${CI_PIPELINE_EVENT}" = "manual" ]; then zip -9qr ${CI_REPO_DEFAULT_BRANCH}.zip dist/; fi - if [ "${CI_PIPELINE_EVENT}" = "push" ] || [ "${CI_PIPELINE_EVENT}" = "manual" ]; then zip -9qr ${CI_REPO_DEFAULT_BRANCH}.zip dist/; fi