Skip to content

Commit e41d8d9

Browse files
test host name [skip ci]
1 parent 533cd90 commit e41d8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/release.py

+1
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@ def check_agent6_build_status(ctx, channel_id):
12971297
filter_to=datetime.now(),
12981298
page_limit=5,
12991299
)
1300+
print(configuration.host)
13001301
if not response.data:
13011302
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."
13021303
send_slack_msg(ctx, channel_id, err_msg)

0 commit comments

Comments
 (0)