Skip to content

Commit

Permalink
test/vm.install: fix rhel 10 overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Aug 22, 2024
1 parent 1d443f4 commit e97b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ -d /home/admin/files ]; then
cp /home/admin/files/*.toml /etc/osbuild-composer/blueprints/
else
cp test/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.json
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json
cp test/files/*.toml /etc/osbuild-composer/blueprints/
fi
ln -s /etc/osbuild-composer/repositories/rhel-95.json /etc/osbuild-composer/repositories/rhel-95-beta.json
Expand Down

0 comments on commit e97b04c

Please sign in to comment.