Failed to look up git-tags package git@github.com:username/repo.git #27620
Unanswered
simonschaufi
asked this question in
Request Help
Replies: 2 comments
-
the same for me with private php package on github |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there, You're reporting a problem with an old version of Renovate. Please try the latest version and tell us if that fixes your problem. Be sure to provide updated logs once you have run with a newer version. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us what version of Renovate you run.
37.214.5
If you're self-hosting Renovate, select which platform you are using.
gitlab.com
Was this something which used to work for you, and then stopped?
I have not seen this working
Describe the problem
Hi, I have tried to debug the problem for myself by checking out the source code but was unable to do so as locally I couldn't reproduce the problem. The problem only occurs on gitlab.com runner.
I use this template: https://gitlab.com/renovate-bot/renovate-runner/
with some additions:
with this composer.json (only important info):
I have setup the following variables:
vendor/project
)Renovate is able to clone the private repo without any problems as the private ssh key is setup and also shared from the runner with renovate itself via the socket.
Now when I tag a new release of my private repo, renovate WILL pick it up and create a merge request but still complains with:
Failed to look up git-tags package git@github.com:username/private-repo.git
in the log and I don't understand why.How can I know what exactly is the problem?
PS: I can give access to my repo to debug this further, no problem.
Relevant debug logs
Logs
Have you created a minimal reproduction repository?
no
Beta Was this translation helpful? Give feedback.
All reactions