mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Ignore charts repo URL in MD link checking
Somehow the GitHub Pages URL we use to publish and install the charts works to install the charts in CI but also fails with a 404 in CI. The URL is successfully used by Shipyard here: https://github.com/submariner-io/shipyard/blob/ 33dc2ffdadf6e520a2101368f7f7456c031bace0/scripts/shared/lib/ deploy_helm#L14 Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
committed by
Daniel Farrell
parent
cff6e76f98
commit
06504b84d6
@@ -5,6 +5,9 @@
|
||||
},
|
||||
{
|
||||
"pattern": "^http://localhost:"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://submariner-io.github.io/submariner-charts/charts"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user