Skip to content

Commit 9dd7229

Browse files
authored
citool free disk space parameter (#2287)
1 parent 130e1b8 commit 9dd7229

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)