-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
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"}
}
Metadata
Metadata
Assignees
Labels
No labels