CIJoe 停留在“构建”上

发布于 2024-12-04 05:14:56 字数 303 浏览 2 评论 0原文

我启动 CIJoe,它不会越过“构建 [分支]...”。我知道它需要退出状态为 0 才能成功,因此当我放入 Bash 脚本时,它应该运行:

exit 0

但是,它不会从“Building”更改为“Built”。

代码位于Github。 CIJoe 配置位于此处

I start CIJoe, and it does not move past "Building [branch]...". I know it needs an exit status of 0 for success, so with I put in the Bash script it is supposed to run:

exit 0

However, it does not change from "Building" to "Built".

The code is on Github. The CIJoe config is here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云朵有点甜 2024-12-11 05:14:56

即可遇到此问题

如果卡住了(例如:该进程不再存在),

只需进入您的存储库和 rm .git/builds/current

,您应该可以重新启动构建

just ran into this

if it's stuck (eg: the process doesn't exist anymore)

just go into your repo and rm .git/builds/current

and you should be good to restart the build

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文