From 6012898d9b55e6d82404b87d16b9d28ec067d8fb Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 7 Feb 2026 13:04:02 +0100 Subject: [PATCH] ffs --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 625a430..de70f79 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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