ffs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christoph Haas 2026-02-07 13:04:02 +01:00
parent 6204c8b32a
commit 6012898d9b

View file

@ -3,8 +3,8 @@ steps:
- name: create-versioninfo
image: alpine
commands:
- echo "Commit SHA: ${CI_COMMIT_SHA:0:7}" > public/versioninfo
- echo "Build Date: $(date -u +"%Y-%m-%d %H:%M:%S")" >> public/versioninfo
- 'echo "Commit SHA: ${CI_COMMIT_SHA:0:7}" > public/versioninfo'
- 'echo "Build Date: $(date -u +"%Y-%m-%d %H:%M:%S")" >> public/versioninfo'
- name: build-image
# This plugin handles the DinD complexity for you