From c09cf21d136ec2a2b15f9719c224ba5a9b3a043c Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 20 Jan 2023 17:53:32 +0100 Subject: [PATCH] Update push-aur-entrypoint.sh --- scripts/push-aur-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/push-aur-entrypoint.sh b/scripts/push-aur-entrypoint.sh index 75a714c6..1485a653 100755 --- a/scripts/push-aur-entrypoint.sh +++ b/scripts/push-aur-entrypoint.sh @@ -10,4 +10,6 @@ chown -vR build:build /home/build chmod -vR 600 /home/build/.ssh/* echo '::endgroup::' +git config --global --add safe.directory /__w/packages/packages + exec su -c 'bash -c ./scripts/push-aur.sh' build