Skip to content

Commit

Permalink
Merge pull request #621 from amcmahon-rh/remove_images
Browse files Browse the repository at this point in the history
Fixup: remove mentions of /images/  [RHELDST-26015]
  • Loading branch information
rohanpm authored Jan 14, 2025
2 parents 815cf72 + 46eae5e commit c23bda1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_data/exodus-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@
{
"src": "/content/dist/rhel/workstation/7/7Workstation",
"dest": "/content/dist/rhel/workstation/7/7.9",
"exclude_paths": ["/files/", "/images/", "/iso/"]
"exclude_paths": ["/files/", "/iso/"]
},
{
"src": "/content/dist/rhel8/8",
"dest": "/content/dist/rhel8/8.5",
"exclude_paths": ["/files/", "/images/", "/iso/"]
"exclude_paths": ["/files/", "/iso/"]
},
{
"src": "/content/dist/rhel9/9",
"dest": "/content/dist/rhel9/9.0",
"exclude_paths": ["/files/", "/images/", "/iso/"]
"exclude_paths": ["/files/", "/iso/"]
}
],
"listing": {
Expand Down

0 comments on commit c23bda1

Please sign in to comment.