Skip to content

Commit

Permalink
Fix deploy defines for iron
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 21, 2024
1 parent c598d97 commit 05f197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_help_scripts/deploy_defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
elif os.environ.get('BASE_BRANCH') is not None:
base_branch = os.environ.get('BASE_BRANCH')
else:
base_branch = "master"
base_branch = "iron"
print(f"Using base_branch: {base_branch}")

build_dir = "_build"
Expand Down

0 comments on commit 05f197c

Please sign in to comment.