Closed a-t-0 closed 2 years ago
It is not required for setting the GitHub SSH deploy key, however, it may be used for other cases. This can be resolved by :
clone_github_repo(){}
which first tries to clone using ssh, and if that not works, clones with https.
Check if the user has GitHub SSH access before starting as prerequisite check.
Completed by creating a basic GitHub SSH access check in the prerequisites.
Currently, deleting all SSH credentials, rebooting and cloning, e.g.:
Yields:
This prevents the function that sets the GitHub SSH deploy key from working properly. This is because that function clones the the gitlab-ci-build-statuses repository a few times for testing purposes.