* Remove extra character.

This commit is contained in:
dingguodong
2021-09-07 20:50:03 +08:00
parent 314c3c593e
commit c02049d5a5

View File

@@ -50,7 +50,7 @@
</thead>
<tbody>
<?php foreach($jobList as $id => $job):?>
I <?php
<?php
if(strtolower($job->engine) == 'gitlab')
{
$pipeline = json_decode($job->pipeline);