Skip to content

Commit

Permalink
Merge pull request #140 from shanejbrown/main
Browse files Browse the repository at this point in the history
Fix clean_cache
  • Loading branch information
shanejbrown authored Apr 8, 2024
2 parents fe9b76e + aa26227 commit 956075b
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 956075b

Please sign in to comment.