polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
519 stars 48 forks source link

Ensure github.com is in known_hosts for every job #442

Closed furkan3ayraktar closed 7 months ago

furkan3ayraktar commented 7 months ago

Even though my previous PR(#441) solved the issue of failing CircleCI jobs, the same problem happened in the later stages of the pipeline. This PR adds the exact solution to every job in the pipeline to prevent it from happening again.

I would like to know the source of this issue and why it was not happening before and started to happen now. I could not detect any changes in the repository that may have affected this.