Merge pull request #13169 from marcus-crane/scaffolder-patch

Add support for "broken" symlinks in the scaffolder backend
This commit is contained in:
Ben Lambert
2022-08-31 12:48:16 +02:00
committed by GitHub
8 changed files with 175 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Added support for handling broken symlinks within the scaffolder backend. This is intended for templates that may hold a symlink that is invalid at build time but valid within the destination repo.