Git install in cont
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-26 20:32:04 +03:00
parent ffa73b8419
commit 8c0912ec66

View File

@@ -2,6 +2,7 @@ steps:
- name: Prepare - name: Prepare
image: node:18-slim image: node:18-slim
commands: commands:
- apt-get install -y git
- corepack enable - corepack enable
- corepack prepare pnpm@latest --activate - corepack prepare pnpm@latest --activate
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile