[Debug] Only show git data if its available
这个提交包含在:
父节点
a7a0b9610f
当前提交
d578fa6133
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -178,6 +178,8 @@
|
|||
$tag = trim(exec('git describe --tags '.$commitHash));
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if($commitHash != "") { ?>
|
||||
<div class="card">
|
||||
<div class="card-header">Git Information</div>
|
||||
<div class="card-body">
|
||||
|
|
@ -224,6 +226,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用