Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submissions: pushes to "submissions/submission" branch trigger builds of "submission" branch #86

Open
6 tasks done
Minoru opened this issue Jul 17, 2020 · 1 comment
Open
6 tasks done
Assignees

Comments

@Minoru
Copy link
Contributor

Minoru commented Jul 17, 2020

What I've done:

  • created a private Git repository
  • copied the deploy key and added it to the repository
  • created a branch called submission
  • downloaded a starter kit
  • committed and pushed the starter kit
  • waited for more than 10 minutes

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:

  1. pushed a commit to the "submission" branch. It built fine, and passed the tests;
  2. branched off "submission" into "submissions/submission", and added another commit;
  3. 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 ._.

@igorlukanin
Copy link
Member

Thanks for reporting this! After a brief investigation we came to conclusion that you've discovered a bug in TeamCity which we use as a CI tool. Kudos for that :)

@igorlukanin igorlukanin self-assigned this Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants