Skip to content

Commit b6368b7

Browse files
authored
Exclude central snapshots from link check (#2365)
* Exclude central snapshots from link check * add retry
1 parent fe6299a commit b6368b7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
--include-fragments
2727
--exclude "https://developers.redhat.com/download-manager/file/jboss-eap-.*.zip"
2828
--exclude "http://localhost*"
29+
--exclude "https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/"
30+
--max-retries 6
2931
--github-token ${{ github.token }}
3032
3133
build:

.github/workflows/nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
--include-fragments
2121
--exclude "https://developers.redhat.com/download-manager/file/jboss-eap-.*.zip"
2222
--exclude "http://localhost*"
23+
--exclude "https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/"
24+
--max-retries 6
2325
--github-token ${{ github.token }}
2426
2527
build:

.github/workflows/pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
--include-fragments
2323
--exclude "https://developers.redhat.com/download-manager/file/jboss-eap-.*.zip"
2424
--exclude "http://localhost*"
25+
--exclude "https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/"
26+
--max-retries 6
2527
2628
build:
2729
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)