Skip to content

Commit

Permalink
Add ignore file list for githubio link checks
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Sep 8, 2020
1 parent 99baaea commit b7ced0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/githubio-linkcheck-ignore-links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore link to private repo
https://github.com/Azure/azure-sdk-pr
8 changes: 6 additions & 2 deletions eng/pipelines/githubio-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ steps:
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://azure.github.io/azure-sdk/index.html"
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-devOpsLogging: $true
- task: PowerShell@2
Expand All @@ -21,6 +22,7 @@ steps:
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://azure.github.io/azure-sdk-for-java/index.html"
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-devOpsLogging: $true
- task: PowerShell@2
Expand All @@ -30,6 +32,7 @@ steps:
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://azure.github.io/azure-sdk-for-js/index.html"
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-devOpsLogging: $true
- task: PowerShell@2
Expand All @@ -39,6 +42,7 @@ steps:
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://azure.github.io/azure-sdk-for-net/index.html"
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-devOpsLogging: $true
- task: PowerShell@2
Expand All @@ -48,5 +52,5 @@ steps:
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://azure.github.io/azure-sdk-for-python/index.html"
-devOpsLogging: $true
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-devOpsLogging: $true

0 comments on commit b7ced0a

Please sign in to comment.