mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 01:44:21 +00:00
Don't redefine $prerelease
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2f51f3ef20
commit
397dc9a9cf
@ -983,7 +983,7 @@ sub check_prerelease {
|
||||
# this is not a big issue. This piece of code can be used later, when
|
||||
# we decide differently.
|
||||
elsif ($nightly =~ /\.[nt]\.\d+/) {
|
||||
my $prerelease = 10;
|
||||
$prerelease = 10;
|
||||
}
|
||||
# For all prerelease requiring ISOs, assert that prerelease is there.
|
||||
if ($prerelease == 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user