hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 48 forks source link

Make `git` branch resolution in script more more tolerant #908

Closed JackPGreen closed 2 months ago

JackPGreen commented 2 months ago

The script queries if the branch name starts with release, using the git symbolic-ref command.

While testing the client-compatibility-suites, it was noticed that for detached branches, this command throws an error (fatal: ref HEAD is not a symbolic ref) and stops the script.