firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.24k stars 127 forks source link

gitlab-ci-local includes remote ssh port #1083

Closed WladyX closed 4 months ago

WladyX commented 7 months ago

Is your feature request related to a problem? Please describe. gitlab-ci-local does not work as expected ( by me :D ) with custom ssh ports, see #1081 if gitlab ssh is using a custom port (defined in ~/.ssh/config) gitlab-ci-local is not able to pull the includes.

Describe the solution you'd like ideally we would be able to specify the ssh remote port with a flag like : --remote-ssh-port

Thank you for sharing this project!

WladyX commented 4 months ago

This looks resolved now, thank you @ANGkeith and @firecow !