pis-update-20251204 (#1)
All checks were successful
Generate Release / validate_and_release (push) Successful in 5s

Merge new PIS Updates

Co-authored-by: Fred Boniface <fred@fjla.uk>
Co-authored-by: Robotic Owl <owlbot@owlboard.info>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-12-04 21:36:29 +00:00
parent 423f01d30b
commit 1969e90394
4 changed files with 13 additions and 22 deletions

View File

@@ -52,9 +52,9 @@ function sortAndMergeYAMLFiles() {
console.error("Error writing codes.yaml", err)
}
// Remove any files created by dgp2
// Remove any new files
files.forEach(file => {
if (file.startsWith('auto-')) {
if (file !== 'codes.yaml') {
fs.unlinkSync(directoryPath + file);
console.log(`Deleted file: ${file}`);
}