mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
add 'provider' field to the infrastructure data file to disable ip range check
This commit is contained in:
@@ -69,7 +69,6 @@ func NewCLI() *CLI {
|
||||
return errors.New("'--infrastructure-data' must be set when using the 'digital-ocean' infrastructure-type")
|
||||
}
|
||||
ifd, err = e2e.InfrastructureDataFromFile(p)
|
||||
// TODO(williambanfield): add a section that implements the 'digital-ocean' infrastructure-type
|
||||
default:
|
||||
return fmt.Errorf("unknown infrastructure type '%s'", t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user