Skip to content

Commit

Permalink
Fix profile name
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <michal@redhat.com>
  • Loading branch information
msrb committed Sep 20, 2024
1 parent a1092a3 commit b446890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set +e
# prepare the system for testing
mtps-prepare-system -p "${PROFILE_NAME}" --fixrepo --enablebuildroot

if [[ "$PROFILE_NAME" == epel* ]]; then
if [[ "$PROFILE_NAME" == centos-stream-* ]]; then
# enable CRB and EPEL
echo "Enabling CRB and EPEL..."
yum config-manager --enable crb
Expand Down

0 comments on commit b446890

Please sign in to comment.