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
error:
Filter 'ref' does not match since the path is invalid
config looks like this
// Project configs "repositories": [ { "url": "[email protected]:myuser/myrepo.git", "branch": "production", "remote": "origin", "path": "/var/lib/git-auto-deploy/myrepo", "deploy": "sudo /home/org:myuser/git-auto-deploy/ppmmove.sh", "filters": [ { "object_kind": "push", "ref": "refs/branches/production" } ] }
is hosted by bitbucket
I tried as well "ref": "refs/heads/production" same error message
"ref": "refs/heads/production"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error:
config looks like this
is hosted by bitbucket
I tried as well
"ref": "refs/heads/production"
same error messageThe text was updated successfully, but these errors were encountered: