diff options
author | Matt Clay <matt@mystile.com> | 2022-06-09 12:44:14 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-06-09 14:57:15 -0700 |
commit | 1321d6ecd5d34c9a90d526e4852bfc469bfae4a9 (patch) | |
tree | 3df7b36e85fce3450fa4bc569d6b3d8c2d144dcc | |
parent | 614dc10ef09c9832499be2490ea36460d2327cae (diff) | |
download | ansible-1321d6ecd5d34c9a90d526e4852bfc469bfae4a9.tar.gz |
Update AZP test container to 3.0.0.
ci_coverage
ci_complete
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 59cd0f7ad6..c7b9bcff62 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -34,7 +34,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:1.9.0 + image: quay.io/ansible/azure-pipelines-test-container:3.0.0 pool: Standard |