mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
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>
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://github.com/\\S+/\\S+/(issues|pull)/[0-9]+"
|
|
},
|
|
{
|
|
"pattern": "^http://localhost:"
|
|
},
|
|
{
|
|
"pattern": "^https://submariner-io.github.io/submariner-charts/charts"
|
|
}
|
|
]
|
|
}
|