Skip to content

Commit

Permalink
Merge pull request #1435 from jordimassaguerpla/fix_domain_pr
Browse files Browse the repository at this point in the history
fix domain in pull request testing
  • Loading branch information
jordimassaguerpla authored Oct 15, 2024
2 parents 24d06fb + 7e64490 commit 6455abc
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 6455abc

Please sign in to comment.