summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-20 15:16:22 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-20 15:16:22 -0700
commit3da27e34f965784bb3cb297604fa24aacaedc6f8 (patch)
treebfd36ea38cf6c03cbf095369fec46dcf4d654956 /azure-pipelines.yml
parente005d9b85d4bad73ad4a71e007fd8ece0734b9b3 (diff)
downloadchef-3da27e34f965784bb3cb297604fa24aacaedc6f8.tar.gz
Remove the yard doc generation task / group
If someone wants the yard docs locally they can just gem install yard and then run yard. This is way overthinking the problem and requires us to exclude the group all over the place. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 68ab19bc6d..c87781b1e1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -40,7 +40,7 @@ jobs:
- script: |
cd kitchen-tests
- sudo /opt/chef/embedded/bin/bundle config set without 'omnibus_package docgen ruby_prof'
+ sudo /opt/chef/embedded/bin/bundle config set without 'omnibus_package ruby_prof'
sudo /opt/chef/embedded/bin/bundle install --jobs=3 --retry=3 --path=vendor/bundle
sudo /opt/chef/embedded/bin/gem install berkshelf --no-doc
sudo /opt/chef/embedded/bin/berks vendor cookbooks
@@ -77,7 +77,7 @@ jobs:
- powershell: |
cd kitchen-tests
$env:PATH = "C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
- bundle config set without 'omnibus_package docgen ruby_prof'
+ bundle config set without 'omnibus_package ruby_prof'
bundle install --jobs=3 --retry=3 --path=vendor/bundle
gem install berkshelf --no-doc
# berks emits a ruby warning when it loads net/http due to a previously