-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Just did some debugging to conclude that drone incorrectly reports the build status and is unable to restart existing builds in some cases.
Eg:
▶ drone build info tinvaan/drone-test-ci 46
Number: 46
Status: killed
Event: push
Commit: a4bed7d39ba5cdb85e6dd9dd20d7bf33f440c70b
Branch: master
Ref: refs/heads/master
Author: tinvaan <[email protected]>
Message: Initial commit
▶ drone build restart tinvaan/drone-test-ci 46
client error 500: {"message":"Not Found"}This causes our CI pipeline to fail. The workaround for this would be to mock out responses from the drone API #TODO
Metadata
Metadata
Assignees
Labels
No labels