Woodpecker CI build: Add missing git dep
This commit is contained in:
parent
690cd536e1
commit
83684398db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue