mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 15:23:08 +00:00
Change the module profile to common.
This commit is contained in:
parent
42e9f713b2
commit
7945a08271
@ -12,7 +12,7 @@ sub run {
|
|||||||
# Install a Ruby module.
|
# Install a Ruby module.
|
||||||
my $name = "nodejs";
|
my $name = "nodejs";
|
||||||
my $stream = "14";
|
my $stream = "14";
|
||||||
my $profile = "default";
|
my $profile = "common";
|
||||||
assert_script_run("dnf module install -y $name:$stream/$profile");
|
assert_script_run("dnf module install -y $name:$stream/$profile");
|
||||||
|
|
||||||
# Check that it is listed in the installed list.
|
# Check that it is listed in the installed list.
|
||||||
|
Loading…
Reference in New Issue
Block a user