Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

When a repo ref includes a `#` to specify a branch, test for the branch existence before cloning it. #33

Closed usergenic closed 7 years ago

usergenic commented 8 years ago

This alleviates the problem of having repos in the workspace which are not pointing to the desired branch. It also makes it possible essentially to say "I want to test everything that actually has a #2.0-preview" branch like: tattoo PolymerElements/*#2.0-preview and ignore everything else.

usergenic commented 7 years ago

This functionally works now, except we just remove the clone when the checkout ref is invalid. I'm going to close this for now.

usergenic commented 7 years ago

Or I should say it works after #36 is merged in.