[CI]Work around new git security measure.

pull/1318/head
John Ralls 4 years ago
parent 7bb576d25c
commit baffae88f8

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

Loading…
Cancel
Save