Draft: Version string exact match
DO NOT MERGE!
Currently in the builder_get_git_lib
function, the version string matching logic has the following problem.
I have the following branches:
refs/feat/explicit-provider-registration
refs/feat/explicit-provider-registration-tf-import
If my VERSION_STRING
is explicit-provider-registration
, the following would be my final output: refs/feat/explicit-provider-registration-tf-import
.
This MR changes this behaviour by matching to the end of the line.