We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533cd90 commit e41d8d9Copy full SHA for e41d8d9
tasks/release.py
@@ -1297,6 +1297,7 @@ def check_agent6_build_status(ctx, channel_id):
1297
filter_to=datetime.now(),
1298
page_limit=5,
1299
)
1300
+ print(configuration.host)
1301
if not response.data:
1302
err_msg = "AGENT 6 ERROR: No Agent 6 build pipelines have run in the past week. Please trigger a build pipeline for the next agent 6 release candidate."
1303
send_slack_msg(ctx, channel_id, err_msg)
0 commit comments