This commit is contained in:
parent
ee7195b82a
commit
7c042bc99a
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@ steps:
|
||||||
image: node:20-slim
|
image: node:20-slim
|
||||||
environment:
|
environment:
|
||||||
PNPM_HOME: /pnpm
|
PNPM_HOME: /pnpm
|
||||||
PATH: "/pnpm:$PATH"
|
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
|
- export 'PATH="/pnpm:$PATH"'
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- pnpm run build --no-chache
|
- pnpm run build --no-chache
|
||||||
- rm -rf /var/woodpecker/thesandwich/*
|
- rm -rf /var/woodpecker/thesandwich/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue