Skip to content

Commit

Permalink
Remove unnecessary ctx initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jul 16, 2024
1 parent 557c676 commit 9359237
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tasks/buildAndUpload/getUploadTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export function getUploadTasks({
// https://github.com/dappnode/DAppNode_Installer/issues/161
composeDeleteBuildProperties({ dir: releaseDir, composeFileName });

// TODO: Remove this line after cheking that the release is correctly uploaded
// ctx[dnpName] = ctx[dnpName] || { variant, releaseDir };
ctx[dnpName].releaseMultiHash = await releaseUploader.addFromFs({
dirPath: releaseDir,
metadata: getPinMetadata(manifest, gitHead) as PinKeyvaluesDefault,
Expand Down

0 comments on commit 9359237

Please sign in to comment.