gnucash maint: [CI]Work around new git security measure.

John Ralls jralls at code.gnucash.org
Tue Apr 12 18:49:31 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/baffae88 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7bb576d2 (commit)



commit baffae88f80fda1fdafb925ac3666d9343b5fa98
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Apr 12 15:49:22 2022 -0700

    [CI]Work around new git security measure.

diff --git a/util/ci/actions/archlinux-test/Dockerfile b/util/ci/actions/archlinux-test/Dockerfile
index ed83c49fe..6732a9b64 100644
--- a/util/ci/actions/archlinux-test/Dockerfile
+++ b/util/ci/actions/archlinux-test/Dockerfile
@@ -8,5 +8,6 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
 run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
 run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
 run locale-gen
+run git config --global --add safe.directory /github/workspace
 copy entrypoint.sh /
 entrypoint /entrypoint.sh



Summary of changes:
 util/ci/actions/archlinux-test/Dockerfile | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list