Skip to content

Commit

Permalink
DocWarden version lock-down. (#7034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jan 22, 2020
1 parent 1d1cd23 commit 2de8421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- script: |
pip install setuptools wheel
pip install doc-warden
pip install doc-warden==$(DocWardenVersion)
ward scan -d $(Build.SourcesDirectory) -c $(Build.SourcesDirectory)/.docsettings.yml
displayName: "Verify Readmes"
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variables:
DocWardenVersion: '0.4.2'
NodeVersion: "10.x"
OSVmImage: "ubuntu-16.04"
Agent.Source.Git.ShallowFetchDepth: 20
Expand Down

0 comments on commit 2de8421

Please sign in to comment.