fix comments
This commit is contained in:
parent
8f41a5583b
commit
0ce38258dc
@ -51,7 +51,7 @@ final class PostFailedTests{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//so its a new iss or changed error, lets upload screenshot and compose the body
|
//so its a new issue or changed error, lets upload screenshot and compose the body
|
||||||
$issueBody='';
|
$issueBody='';
|
||||||
if(file_exists("/tmp/$name.png")){
|
if(file_exists("/tmp/$name.png")){
|
||||||
$data=$this->repo->addReleaseAttachment(1,"/tmp/$name.png");
|
$data=$this->repo->addReleaseAttachment(1,"/tmp/$name.png");
|
||||||
|
Loading…
Reference in New Issue
Block a user