- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5k
Ops Debugging
        Jonathan Garbee edited this page Oct 20, 2015 
        ·
        1 revision
      
    If Drone fails, say it can't grab phantomjs or it seems stuck on a memory test, then follow these instructions to force another test. Before doing this, please verify it is Drone's fault and not a true test failure.
- Go into the same branch locally you are making the pull request from.
- Edit README.mdin the root folder. Add a space at the end and save.
- 
git add README.md && git commit --amendand just save the commit message as it was before.
- Edit README.mdagain, but this time removing the space then saving.
- 
git add README.md && git commit --amendagain. Same drill, leave the same message.
- 
git push origin --forceto force push back to GH which will cause a test trigger again.
Copyright Google, 2015. Licensed under an Apache-2 license.