We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to resolve the reference not found error
Error :
`
INFO[0000] Loaded repository git-consul caller=repository INFO[0000] Stopping watcher... caller=watcher INFO[0000] Received finish caller=watcher INFO[0001] Watcher received finish caller=runner ERROR[0001] Runner error error=reference not found`
Config.json file
{ "repos": [ { "name": "git-consul", "url": "https://mygit.com/git-consul", "branches" : ["dev"], "mount_point":"test/", "hooks" : [{"type":"polling","interval":60}], "credentials": { "username": "username", "password": "password" }, "skip_branch_name":true, "skip_repo_name":true } ], "consul": {"address":"https://myconsul.com","token":"token"} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to resolve the reference not found error
Error :
`
INFO[0000] Loaded repository git-consul caller=repository
INFO[0000] Stopping watcher... caller=watcher
INFO[0000] Received finish caller=watcher
INFO[0001] Watcher received finish caller=runner
ERROR[0001] Runner error error=reference not found`
Config.json file
{
"repos": [
{
"name": "git-consul",
"url": "https://mygit.com/git-consul",
"branches" : ["dev"],
"mount_point":"test/",
"hooks" : [{"type":"polling","interval":60}],
"credentials": {
"username": "username",
"password": "password"
},
"skip_branch_name":true,
"skip_repo_name":true
}
],
"consul": {"address":"https://myconsul.com","token":"token"}
}
The text was updated successfully, but these errors were encountered: