We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a9f9c commit 7b87291Copy full SHA for 7b87291
tests/system/AutoReview/CreateNewChangelogTest.php
@@ -31,6 +31,7 @@ protected function setUp(): void
31
{
32
parent::setUp();
33
34
+ exec('git fetch --tags origin 2>/dev/null');
35
exec('git describe --tags --abbrev=0 2>/dev/null', $output, $exitCode);
36
37
if ($exitCode !== 0) {
0 commit comments