Skip to content

Commit

Permalink
ci: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 9, 2024
1 parent 30cf550 commit b46aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_matrix_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_build_number_1(token, latest_image_digest):
d["name"]
for d in image_lists
for image in d.get("images", [])
if image["digest"] == latest_image_digest and re.match(r"'[0-9a-z]{12}'", d["name"])
if image["digest"] == latest_image_digest and re.match(r"[0-9a-z]{12}", d["name"])
),
None,
)
Expand Down

0 comments on commit b46aef5

Please sign in to comment.