Skip to content

Commit 0e56261

Browse files
fix
Created using spr 1.3.7
1 parent 2ffbec7 commit 0e56261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/premerge_advisor_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import generate_test_report_lib
1212

13-
PREMERGE_ADVISOR_URL = "http://premerge-advisor.premerge-advisor:5000/upload"
13+
PREMERGE_ADVISOR_URL = "http://premerge-advisor.premerge-advisor.svc.cluster.local:5000/upload"
1414

1515

1616
def main(commit_sha, workflow_run_number, build_log_files):

0 commit comments

Comments
 (0)