Sometimes I push code to a feature branch, and because of rebasing and git push force the reference no longer exists. However, codeship still tries to download the reference and run its CI on it.
Is there any way (such as a special exit code) to tell CodeShip to neither pass nor fail a build where the reference no longer exists, or to delete it from the build history?