Skip to content

Commit

Permalink
NO-ISSUE: Move README.md.gotmpl out of the src dir so that it's not p…
Browse files Browse the repository at this point in the history
…art of the final build (apache#2381)
  • Loading branch information
thiagoelg authored May 29, 2024
1 parent 8a3809b commit 228595e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kie-sandbox-helm-chart/scripts/update-readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const srcPath = path.join(packageRootPath, "./src");
console.log(srcPath);

console.log("[kie-sandbox-helm-chart scripts/update-readmes.js] Updating Charts README.md files...");
execSync(`cd ${srcPath} && helm-docs --document-dependency-values=true -t templates/README.md.gotmpl`);
execSync(`cd ${srcPath} && helm-docs --document-dependency-values=true -t ../scripts/README.md.gotmpl`);

console.log("[kie-sandbox-helm-chart scripts/update-readmes.js] Updating package README.md file");
const srcReadmePath = path.resolve(path.join(packageRootPath, "./src/README.md"));
Expand Down

0 comments on commit 228595e

Please sign in to comment.