Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ backends:
PermitEmptyPasswords yes
EOF

sudo passwd -d runner

Comment on lines +82 to +83
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will try to investigate separately if we can use a real password and not rely on passwordless ssh.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK to unblock CI while further investigation is following...

ADDRESS localhost
# HACK: spread does not pass environment variables set on runner
# Manually pass specific environment variables
Expand Down
Loading