diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-29 18:58:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-29 18:58:41 -0700 |
commit | 1d4aed590e5420c61d0198b58f39b70cabf4ff07 (patch) | |
tree | 7b8029924fe60d30ae6bc689f13048548601089d /azure-pipelines.yml | |
parent | bf40875cf634714f4effb06c984c875ec3738f09 (diff) | |
download | chef-1d4aed590e5420c61d0198b58f39b70cabf4ff07.tar.gz |
Remove note about chef 14
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 765812faf9..9e4d68d4a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,9 +6,8 @@ variables: trigger: - master -# TODO: 20190528 - should we be testing end_to_end on chef-15 and chef-14? +# TODO: 20190528 - should we be testing end_to_end on chef-15? #- chef-15 -#- chef-14 pool: vmImage: $(imageName) |