Skip to content

Cloning the condor_transfer_plugin over SSH for local builds

Daniel Nemergut requested to merge ssh_clone_condor_plugin into main

The condor_transfer_plugin got moved to a non-public repo so it can't be cloned over HTTS without authentication anymore. This adds the user's SSH key as a secret to the condor-execute container so it can be mounted during the build to clone the repo over SSH.

Note that this requires the user to have a key at ~/.ssh/id_rsa, hope that's okay with everyone.

I got to close 11 browser tabs after it finally worked!

Merge request reports