You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathan Garbee edited this page Oct 20, 2015
·
1 revision
Drone
Force re-test
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.md in the root folder. Add a space at the end and save.
git add README.md && git commit --amend and just save the commit message as it was before.
Edit README.md again, but this time removing the space then saving.
git add README.md && git commit --amend again. Same drill, leave the same message.
git push origin --force to force push back to GH which will cause a test trigger again.