forked from google/material-design-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
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.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.