Skip to content
New issue

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

Filter 'ref' does not match since the path is invalid #227

Open
torian257x opened this issue Feb 1, 2019 · 0 comments
Open

Filter 'ref' does not match since the path is invalid #227

torian257x opened this issue Feb 1, 2019 · 0 comments

Comments

@torian257x
Copy link

torian257x commented Feb 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant