What I've done:
Here's the problem:
We noticed that the submissions page now mentions the branch name, and my teammate @pink-snow got curious how the "submissions/submission" branch would be displayed. So here's what I did:
- pushed a commit to the "submission" branch. It built fine, and passed the tests;
- branched off "submission" into "submissions/submission", and added another commit;
- pushed "submissions/submission".
In a few minutes, a new entry appeared on the site, but it mentions the same SHA-1 and commit message as the commit on the "submission" branch. When I pushed more commits to "submissions/submission", it created more builds of the "submission" branch.
Please don't ban us for this ._.