Skip to content

Commit

Permalink
Fix clean_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Apr 8, 2024
1 parent fe9b76e commit 741dcb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildrunner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def clean_cache(argv):
),
# Do not attempt to load run configuration, just global configuration
load_run_config=False,
global_config_overrides=_get_global_config_overrides(args),
)
BuildRunner.clean_cache()

Expand Down

0 comments on commit 741dcb8

Please sign in to comment.