We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b6aa8 commit 632e21aCopy full SHA for 632e21a
scripts/release/build/build_scenario.py
@@ -30,7 +30,7 @@ def infer_scenario_from_environment(cls) -> "BuildScenario":
30
# Release scenario and the git tag will be used for promotion process only
31
scenario = BuildScenario.RELEASE
32
logger.info(f"Build scenario: {scenario} (git_tag: {git_tag})")
33
- elif is_patch and is_evg:
+ elif is_patch or is_evg:
34
scenario = BuildScenario.PATCH
35
logger.info(f"Build scenario: {scenario} (patch_id: {patch_id})")
36
# TODO: Uncomment the following lines when starting to work on staging builds
0 commit comments