How to enable project which deploy is disabled with "Stop Building " option

how to enable project which deploy is disabled with "Stop Building " option

Hello, and welcome to CircleCi Discuss!

Were you referring to like this to stop a build?

run: |
    if [ "$CIRCLE_BRANCH" = "develop" ]; then
        circleci-agent step halt
    fi

issue is resolved , only thing you need to work with CCI support to delete that project and after that you can configure it again . there is no way to enable project which was disabled with “Stop Building” Option on project

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.