Skip to content

Commit b720398

Browse files
committed
fix ci errors
1 parent 6d16e24 commit b720398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def setup_git(logger: logging.Logger) -> None:
9191
commands = [
9292
('sudo adduser --disabled-password --gecos "" git', "adds git user"),
9393
(
94-
"sudo -u git bash -c 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys'",
94+
"sudo -u git bash -c 'mkdir -p ~/.ssh && chmod 700 ~/.ssh && touch ~/.ssh/authorized_keys && chmod 666 ~/.ssh/authorized_keys'",
9595
"sets up .ssh directory for git",
9696
),
9797
("sudo touch /etc/shells", "creates /etc/shells if it doesn't exists yet"),

0 commit comments

Comments
 (0)