Frontmatter
| id | 4067 |
| title | Return the correct status code in the build process |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Feb 17, 2023, 8:57 PM |
| updatedAt | Feb 17, 2023, 10:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4067 |
| author | deniztoprak |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 17, 2023, 10:26 PM |
Return the correct status code in the build process
deniztoprak cross-referenced by PR #4068 on Feb 17, 2023, 9:05 PM
deniztoprak changed title from Return the right status code in the build process to Return the correct status code in the build process on Feb 17, 2023, 9:09 PM
tobiu closed this issue on Feb 17, 2023, 10:26 PM
deniztoprak cross-referenced by PR #4072 on Feb 19, 2023, 10:04 PM
The build scripts return always 0 as status code. This causes a misalignment in the CI/CD process when a child process in the build scripts fails. The pipeline succeeds even if the scripts crashes for any reason. The scripts should return an accurate status code which combines the status of all executed child processes.