Skip to content

Commit

Permalink
Define BUILD_SYSTEM env var
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Jan 17, 2025
1 parent 9e76b2a commit 5730f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doozer/doozerlib/cli/cli_opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ def hosts_default_string():
'registry_config_dir': {
'env': 'DOCKER_CONFIG',
'help': 'Config directory for the image registry'
},
'build_system': {
'env': 'BUILD_SYSTEM',
'help': 'Weather we should look at Brew or at Konflux DB when searching for builds'
}
}

Expand Down

0 comments on commit 5730f75

Please sign in to comment.