Openshift:操作“U钩”;“开始”;没有被执行

Openshift:操作“U钩”;“开始”;没有被执行,openshift,Openshift,我有一个DIY应用程序和以下问题:操作钩“开始”不再执行,我不知道为什么 #!/bin/bash echo "STARRRT" git推送后的输出: > remote: Stopping DIY cartridge remote: CLIENT_RESULT: Application is > already stopped remote: Building git ref 'master', commit 828e522 > remote: Preparing build

我有一个DIY应用程序和以下问题:操作钩“开始”不再执行,我不知道为什么

#!/bin/bash
echo "STARRRT"
git推送后的输出:

> remote: Stopping DIY cartridge remote: CLIENT_RESULT: Application is
> already stopped remote: Building git ref 'master', commit 828e522
> remote: Preparing build for deployment remote: Deployment id is
> 44438b26 remote: Activating deployment remote: Starting DIY cartridge
> remote: ------------------------- remote: Git Post-Receive Result:
> success remote: Activation status: success remote: Deployment
> completed with status: success

有什么问题吗?

这些是有效的操作挂钩()以及一些特定于磁带盒的挂钩,如pre\u start\u ruby等。

您是否确保挂钩设置了+x位

我使用Windows,使用+X设置钩子的唯一方法是签出到Cygwin或使用git命令
git update index--chmod=+X