Is the Origen Git API and the test_ids gem configurable to use branches other than master?

22 views Asked by At

I am using the test_ids gem to assign bins and when I try to publish, it always seems to push to master. Is this configurable? Pushing to master is not allowed in our environment, we use a dev branch.

thx

1

There are 1 answers

0
Ginty On BEST ANSWER

The use of an alternative branch is not considered at all currently I'm afraid, this is something that you would need to add.

Most of the Git interaction is handled by this class - https://github.com/Origen-SDK/test_ids/blob/master/lib/test_ids/git.rb