Skip to content

Commit

Permalink
as a piece of Free software, cometbft does NOT need to support digita…
Browse files Browse the repository at this point in the history
…locean.
  • Loading branch information
faddat committed Dec 30, 2023
1 parent 96e9c41 commit fb5abd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 208 deletions.
200 changes: 0 additions & 200 deletions test/e2e/pkg/infra/digitalocean/digitalocean.go

This file was deleted.

8 changes: 0 additions & 8 deletions test/e2e/runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/cometbft/cometbft/libs/log"
e2e "github.com/cometbft/cometbft/test/e2e/pkg"
"github.com/cometbft/cometbft/test/e2e/pkg/infra"
"github.com/cometbft/cometbft/test/e2e/pkg/infra/digitalocean"
"github.com/cometbft/cometbft/test/e2e/pkg/infra/docker"
"github.com/spf13/cobra"
)
Expand Down Expand Up @@ -93,13 +92,6 @@ func NewCLI() *CLI {
InfrastructureData: ifd,
},
}
case "digital-ocean":
cli.infp = &digitalocean.Provider{
ProviderData: infra.ProviderData{
Testnet: testnet,
InfrastructureData: ifd,
},
}
default:
return fmt.Errorf("bad infrastructure type: %s", inft)
}
Expand Down

0 comments on commit fb5abd2

Please sign in to comment.