mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 09:03:08 +00:00
Make sure the proper Server version gets downloaded.
This commit is contained in:
parent
9461fc7e14
commit
0dd1fb2698
6
bis.pl
6
bis.pl
@ -47,9 +47,9 @@ for my $iso (@$json) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my $isolink = $links->[-1];
|
my $isolink = $links->[-1];
|
||||||
#if ($netinst eq "Netinst") {
|
if ($variant eq "Server") {
|
||||||
# $isolink = $links->[-1];
|
$isolink = $links->[-2];
|
||||||
#}
|
}
|
||||||
|
|
||||||
print("Sending the API command to openQA: \n");
|
print("Sending the API command to openQA: \n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user