[CI]Work around new git security measure.

This commit is contained in:
John Ralls 2022-04-12 15:49:22 -07:00
parent 7bb576d25c
commit baffae88f8

View File

@ -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