Skip to content
Snippets Groups Projects
Unverified Commit 759cdbda authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5085 from JediKev/issue/revert-fefed147

issue: Revert  fefed147
parents 1a2a5fe0 c9be2e00
No related branches found
Tags v1.9.0
No related merge requests found
......@@ -122,7 +122,7 @@ class Deployment extends Unpacker {
}
if (!$version)
$version = preg_replace('/^v(\d{1}\.\d{2}).*$/', '$1-git', exec('git describe'));
$version = exec('git describe');
if (!$short || !$version)
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment