2

I am working on a project that uses Codeship to deploy builds. I got up today and saw:

Normally a build takes ~2 minutes, but I have waited on this one for half an hour. Codeship does not show anything being run. Not a single command. And my integration does not show the new application version, either.

How can I fix the hanging build?

  • 2
    Could you send us a ticket at https://helpdesk.codeship.com so we can look into this? Usually stopping and restarting the build should do the trick as well. – mlocher Jan 25 '17 at 19:30

1 Answers1

1

Fixed! I just had to stop and restart the build as well as reset the dependency cache. Thanks @mlocher for the help.

If anyone came here from a search engine or something else with the same problem, try to restart the build, restart after resetting the dependency cache, or making another commit with a trivial / no change. This should fix the problem. Otherwise, send codeship a ticket at helpdesk.codeship.com.