mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
repo: modify 1 file
Verified changes: - modify .woodpecker.yml Diffstat: - 1 file changed, 4 insertions(+), 3 deletions(-)
This commit is contained in:
parent
b29799050d
commit
7a4513626f
1 changed files with 4 additions and 3 deletions
|
|
@ -32,9 +32,10 @@ steps:
|
|||
frontend:
|
||||
image: node:20-bookworm
|
||||
commands:
|
||||
- cd frontend
|
||||
- npm ci
|
||||
- npm run build
|
||||
- |
|
||||
cd frontend
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Reference in a new issue