add jq to ci-version target
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-30 15:49:45 +01:00
parent c9b749171b
commit 36f8c99af6

View File

@@ -2,7 +2,7 @@ steps:
- name: version - name: version
image: alpine image: alpine
commands: commands:
- apk add --no-cache git make - apk add --no-cache git make jq
- make ci-version - make ci-version
- name: build - name: build