我的 webhook 有问题。当推到主人时,我得到:
无法获取 MyOrganization/Repo 的构建配置。获取https://api.github.com/repos/MyOrganization/Repo/contents/.drone.yml?ref=ec9ec47df4757cdfef97dfb445b1896d929687c6:404未找到 []
我的drone.yml 看起来像这样
---
pipeline:
build:
image: node:6
commands:
- npm install
- npm test
我已经注册了我的用户,他是该组织的管理员。也许克隆失败了?还有其他想法吗?
提前致谢