Skip to content

Commit

Permalink
fix: dependencies listed in the versions.json file
Browse files Browse the repository at this point in the history
Ticket: ENT-11783
Changelog: None
Signed-off-by: Mikita Pilinka <mikita.pilinka@northern.tech>
  • Loading branch information
mineralsfree committed May 28, 2024
1 parent 92cface commit 258347d
Show file tree
Hide file tree
Showing 2 changed files with 722 additions and 282 deletions.
3 changes: 2 additions & 1 deletion scripts/s3uploading.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ const processModules = async (modules, versions) => {
"steps": module.steps || [],
"subdirectory": module.subdirectory || "",
"by": module.by,
"repo": module.repo
"repo": module.repo,
"dependencies": module.dependencies || []
};

commitMsg.push(`- Added ${moduleName} ${module.version} version`);
Expand Down
Loading

0 comments on commit 258347d

Please sign in to comment.