Skip to content

Commit

Permalink
Enable init command for variants (dappnode#419)
Browse files Browse the repository at this point in the history
* Reorganize init

* Add init tests

* Fix end to end test import

* Reorganize init command

* Avoid undefined in console log

* Rename template to multi-variants
  • Loading branch information
dappnodedev authored Apr 26, 2024
1 parent 3a78e37 commit f00d719
Show file tree
Hide file tree
Showing 19 changed files with 697 additions and 289 deletions.
4 changes: 2 additions & 2 deletions src/commands/githubActions/bumpUpstream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ async function gaBumpUpstreamHandler({
return;
}

// TODO: Delete once the build action for template repos is ready
// TODO: Delete once the build action for multi-variant repos is ready
if (useVariants) {
console.log("Build and comment stage is not available for template package repositories yet");
console.log("Build and comment stage is not available for multi-variant package repositories yet");
return;
}

Expand Down
279 changes: 0 additions & 279 deletions src/commands/init.ts

This file was deleted.

Loading

0 comments on commit f00d719

Please sign in to comment.