Skip to content

Commit

Permalink
Apend azure to branch name when suggester update azure symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Feb 2, 2023
1 parent 268110b commit 3a38f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions komodo/symlink/suggester/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def suggest_symlink_configuration(
return None

target_branch = f"{args.release}/{args.mode}"
if "azure" in args.symlink_conf_path:
target_branch+="/azure"

from_sha = repo.get_branch(args.git_ref).commit.sha

Expand Down

0 comments on commit 3a38f4e

Please sign in to comment.