如何从drone ci中删除github repo



我想从我的drone ci v0.3(单机版)中删除github repo,但我在使用github进行授权时遇到了问题。在0.3版本中,你可以使用./drone delete github.com/foo/bar,但我得到了这样的错误

/无人机删除github.com/foo/bar未经授权的

问题是0.3版本已过时,文档已锁定http://readme.drone.io/api/authentication/

如果您知道如何配置身份验证,请提供帮助。PS板升级到最新版本的权利,但现在不可能。

对于更新的答案,使用1.2.1,我可以通过使用API从数据库中删除,从我的无人机列表中删除转发。

curl -X DELETE "https://drone.website.com/api/repos/owner/repo?remove=true" -H "Authorization: Bearer token"

修复了编辑数据库的问题。其他方法不起作用:(

drone命令行实用程序是为与drone 0.4及以上版本一起使用而创建的。因此,无法将命令行实用程序与drone 0.3 alpha 一起使用

相关内容

  • 没有找到相关文章

最新更新