-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: try to fix #1119 #1212
ci: try to fix #1119 #1212
Conversation
This might help us find our culprit in checkout.
✅ Deploy Preview for preeminent-bienenstitch-606ad0 canceled.
|
Well the -x doesnt REALLY need to get merged I guess. Trying stuff here. |
cd $HOME | ||
mkdir -p .ssh | ||
chmod 0700 .ssh | ||
ssh-keyscan -t rsa github.com >> .ssh/known_hosts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come we no longer need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't do anything private. As long as we use HTTPS and not ssh or git, this seems to just work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No other use of SSH in our stack I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This might help fix #1119
Checklist: