From 0e9e479f9b3e79add9bbb3dbecd4804f808f140c Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 14 May 2026 10:28:38 -0700 Subject: [PATCH] fixed safe.directory --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5ff8020..9742948 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - apt-get update && apt-get install -y rsync - rsync -uavh _site/ $REPOSITORY --delete --exclude .git - cd $REPOSITORY - - git config --global --add safe.directory /drone/src + - git config --global --add safe.directory /drone/src/$REPOSITORY - git add -A - git commit -m "drone build $(TZ=':America/Los_Angeles' date)" - git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git