lockbox

password manager
Log | Files | Refs | README | LICENSE

commit b40b475665f70f49c4856ae0017cf4f414ba1c28
parent 036536438c23aa2f4f2670a680689325e5c49662
Author: Sean Enck <sean@ttypty.com>
Date:   Mon, 19 Jan 2026 17:29:18 -0500

handle woodpecker special cases

Diffstat:
M.ci.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.ci.yml b/.ci.yml @@ -6,9 +6,11 @@ steps: - name: build image: docker.io/library/golang:latest commands: + - git config --global --add safe.directory /woodpecker/src - make - make check - name: release image: docker.io/library/golang:latest commands: + - git config --global --add safe.directory /woodpecker/src - make releases