I am having trouble with my webhook. When pushing to master I get:
failure to get build config for MyOrganization/Repo. GET https://api.github.com/repos/MyOrganization/Repo/contents/.drone.yml?ref=ec9ec47df4757cdfef97dfb445b1896d929687c6: 404 Not Found []
My drone.yml looks like this
---
pipeline:
build:
image: node:6
commands:
- npm install
- npm test
I have registered my user who is and Admin for the Organisation. Perhaps the cloning is failing? Any other ideas?
Thanks in advance