Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacob committed Nov 21, 2024
1 parent 20ee451 commit 38118b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/github_actions/configure_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def get_trailers_and_labels(is_pr: bool) -> Tuple[Mapping[str, str], List[str]]:
text=True,
timeout=60,
).stdout.splitlines()
print(f"trailer_lines = {trailer_lines}")
trailer_map = {
k.lower().strip(): v.strip()
for k, v in (line.split(":", maxsplit=1) for line in trailer_lines)
Expand Down

0 comments on commit 38118b7

Please sign in to comment.