build: depends_on instead of group
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/19/head^2
Richard Attermeyer 2024-01-28 14:18:28 +00:00
parent 5ff4adb127
commit 7fcbc9525d
1 changed files with 1 additions and 2 deletions

View File

@ -14,12 +14,11 @@ clone:
steps: steps:
"prepare:version": "prepare:version":
image: bitnami/git:2.43.0 image: bitnami/git:2.43.0
group: prepare
commands: commands:
- . ./version.sh - . ./version.sh
"prepare:frontend": "prepare:frontend":
image: *frontend_image image: *frontend_image
group: prepare depends_on: ["prepare:version"]
commands: commands:
- pnpm install - pnpm install
directory: frontend directory: frontend