Skip to content

Commit ce431c8

Browse files
[MISC] Fix: password-less runner auth with spread (#651)
1 parent 8b9d751 commit ce431c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spread.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ backends:
7979
PermitEmptyPasswords yes
8080
EOF
8181
82+
sudo passwd --delete "$USER"
83+
8284
ADDRESS localhost
8385
# HACK: spread does not pass environment variables set on runner
8486
# Manually pass specific environment variables

0 commit comments

Comments
 (0)