Skip to content

Commit 4f0c89e

Browse files
committed
citool free disk space parameter
1 parent b402fce commit 4f0c89e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/citool/cmd/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type CITestConf struct {
2525
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"` // Install public loop plugins from https://github.com/smartcontractkit/chainlink/tree/develop/plugins
2626
AptosCLIVersion string `yaml:"aptos_cli_version" json:"aptos_cli_version"`
2727
SuiCLIVersion string `yaml:"sui_cli_version" json:"sui_cli_version"`
28+
FreeDiskSpace bool `yaml:"free_disk_space" json:"free_disk_space"`
2829
}
2930

3031
type Config struct {

0 commit comments

Comments
 (0)