fix comments
This commit is contained in:
@@ -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='';
|
||||
if(file_exists("/tmp/$name.png")){
|
||||
$data=$this->repo->addReleaseAttachment(1,"/tmp/$name.png");
|
||||
|
Reference in New Issue
Block a user