Hi,
I need help troubleshooting a scenario where we are trying to serve an package on enterprise github to Rstudio Package Manager (RSPM). We've been following this section of the admin guide and were able to import an ssh key to authenticate to github enterprise. However, when the following add command is run, the result is simply: No builds found. I haven't found many others on the web with this issue, so I thought I'd create this post. Is the R process not launching to build the package? If so, why?
user@machine$ rspm add --git-url=git@github.mycompany.com:Org/RepoName.git --source=internal-github --git-build-trigger=tags --git-ssh-key=myKey
DEPRECATION: Using `rspm add` to create git-builders is deprecated.
Please use `rspm create git-builder` instead.
Cloning repo and waiting for initial package builds...
This could take some time depending on the size of the repo and the number of package builds...
No builds found.