Skip to content

Commit

Permalink
fix domain in pull request testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jordimassaguerpla@gmail.com>
  • Loading branch information
jordimassaguerpla committed Oct 15, 2024
1 parent 1168997 commit 7e64490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (env.JOB_NAME == "uyuni-prs-ci-tests") {
pull_request_number = "master";
first_env = 4;
last_env = 4;
additional_repo_url = "http://minima-mirror-ci-bv.mgr.prv.suse.net/pull-request-repositories/reference_job_additional_repo";
additional_repo_url = "http://minima-mirror-ci-bv.${domain}/pull-request-repositories/reference_job_additional_repo";
} else if (env.JOB_NAME == "suma43-prs-ci-tests") {
first_env =5;
last_env = 5;
Expand Down

0 comments on commit 7e64490

Please sign in to comment.