fixes
parent
e89e69edc4
commit
5394d4a00c
|
@ -6125,6 +6125,7 @@ class GitHub {
|
||||||
if (!cloud_runner_1.default.buildParameters.githubChecks) {
|
if (!cloud_runner_1.default.buildParameters.githubChecks) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
cloud_runner_logger_1.default.log(`githubChecks: ${cloud_runner_1.default.buildParameters.githubChecks}`);
|
||||||
GitHub.longDescriptionContent += `\n${longDescription}`;
|
GitHub.longDescriptionContent += `\n${longDescription}`;
|
||||||
if (GitHub.result !== `success` && GitHub.result !== `failure`) {
|
if (GitHub.result !== `success` && GitHub.result !== `failure`) {
|
||||||
GitHub.result = result;
|
GitHub.result = result;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -90,6 +90,7 @@ class GitHub {
|
||||||
if (!CloudRunner.buildParameters.githubChecks) {
|
if (!CloudRunner.buildParameters.githubChecks) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
CloudRunnerLogger.log(`githubChecks: ${CloudRunner.buildParameters.githubChecks}`);
|
||||||
GitHub.longDescriptionContent += `\n${longDescription}`;
|
GitHub.longDescriptionContent += `\n${longDescription}`;
|
||||||
if (GitHub.result !== `success` && GitHub.result !== `failure`) {
|
if (GitHub.result !== `success` && GitHub.result !== `failure`) {
|
||||||
GitHub.result = result;
|
GitHub.result = result;
|
||||||
|
|
Loading…
Reference in New Issue