Skip to content

Commit

Permalink
Remove go changelog from link caching
Browse files Browse the repository at this point in the history
The go changelog file doesn't exist any longer so removing it from list of links to cache.
  • Loading branch information
weshaggard committed Dec 13, 2022
1 parent 1e7a3a9 commit 9aa2217
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions eng/pipelines/githubio-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ jobs:
-outputCacheFile "$(cachefile)"
-devOpsLogging: $true
- task: PowerShell@2
displayName: 'go link check'
condition: succeededOrFailed()
inputs:
pwsh: true
filePath: eng/common/scripts/Verify-Links.ps1
arguments: >
-urls "https://raw.githubusercontent.com/Azure/azure-sdk-for-go/main/CHANGELOG.md"
-ignoreLinksFile "./eng/pipelines/githubio-linkcheck-ignore-links.txt"
-inputCacheFile "$(cachefile)"
-outputCacheFile "$(cachefile)"
-devOpsLogging: $true
-checkLinkGuidance: $true
- publish: $(cachefile)
artifact: verify-links-cache.txt
condition: succeededOrFailed()
Expand Down

0 comments on commit 9aa2217

Please sign in to comment.