Fix path translation to /mnt/koji

This commit is contained in:
Mustafa Gezen 2021-05-04 13:49:58 +00:00
parent 56d6196431
commit 5a57bf1696

View File

@ -104,6 +104,5 @@ image_build = {
} }
translate_paths = [ translate_paths = [
("/mnt/koji", "https://koji.mbox.rocky.org/pkgs"), ("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
("/compose", "http://172.22.0.123/compose"),
] ]