Skip to content

Commit ff1a483

Browse files
APM-6129-AnsibleUpdate
1 parent 078ca1e commit ff1a483

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scripts/test_pull_request_deployments.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@ def trigger_pipelines(pipeline_ids: dict, service: str):
2323
)
2424
if build_status != "succeeded":
2525
sys.exit(1)
26+
print(f"Build pipeline for {service} failed with status: {build_status}")
2627
return
27-
# azure_dev_ops.run_pipeline(
28-
# service=service,
29-
# pipeline_type="pr",
30-
# pipeline_id=pipeline_ids["pr"],
31-
# pipeline_branch=pipeline_ids["branch"]
32-
# )
3328

3429

3530
def main():

0 commit comments

Comments
 (0)