Skip to content

Commit c23bda1

Browse files
authored
Merge pull request #621 from amcmahon-rh/remove_images
Fixup: remove mentions of /images/ [RHELDST-26015]
2 parents 815cf72 + 46eae5e commit c23bda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_data/exodus-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,17 @@
155155
{
156156
"src": "/content/dist/rhel/workstation/7/7Workstation",
157157
"dest": "/content/dist/rhel/workstation/7/7.9",
158-
"exclude_paths": ["/files/", "/images/", "/iso/"]
158+
"exclude_paths": ["/files/", "/iso/"]
159159
},
160160
{
161161
"src": "/content/dist/rhel8/8",
162162
"dest": "/content/dist/rhel8/8.5",
163-
"exclude_paths": ["/files/", "/images/", "/iso/"]
163+
"exclude_paths": ["/files/", "/iso/"]
164164
},
165165
{
166166
"src": "/content/dist/rhel9/9",
167167
"dest": "/content/dist/rhel9/9.0",
168-
"exclude_paths": ["/files/", "/images/", "/iso/"]
168+
"exclude_paths": ["/files/", "/iso/"]
169169
}
170170
],
171171
"listing": {

0 commit comments

Comments
 (0)