Hi there,
We recently updated one of our iOS projects to access two of our private SDK’s.
I’m currently using the the Do Anything with Scripts step to clone the repos as follows
pod repo add gitlab-repo ssh://git@gitlab.com/EML_SDK/CocoaPods/repo.git .
pod repo add gitlab-repo ssh://git@gitlab.com:EDGE_SDK/CocoaPods/edge-repo.git .
It seems to be failing this step when I add more than one repo, if there is just the one it works fine.
Any help you could offer would be great