Skip to content

Commit

Permalink
chore: remove prerun so we can support non-docker environments
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Oct 23, 2023
1 parent 18dc9a8 commit 54e772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func launchUp() *cobra.Command {
Use: "up",
Short: "launch new console and api instance",
TraverseChildren: true,
PreRun: common.CheckDocker,
// PreRun: common.CheckDocker, // TODO: check runtimes when we can support more runtimes
Run: func(cmd *cobra.Command, args []string) {
launch.Up(additionalHelmFlags, false, true)
},
Expand Down

0 comments on commit 54e772b

Please sign in to comment.