Enable git protocol v2 test - take two
Previously I tried to enable the git protocol v2 tests, but it didn't work. The tests will run when QA_CAN_TEST_GIT_PROTOCOL_V2
is unset, and so I removed the variable.
The problem is that the variable is set to false
in included CI config.
This change explicitly sets the value to true
for this pipeline.