Commit bbc0b20b by Patrick Steinhardt

azure: fix Coverity's build due to wrong container name

The Coverity build is still referencing an old "trusty-openssl"
container that is not provided by either our own now-inlined images nor
by the libgit2/libgit2-docker repository.

Convert it to build and use Xenial images instead.
parent 76327381
......@@ -11,7 +11,9 @@ jobs:
displayName: Build
inputs:
action: 'Run an image'
imageName: 'libgit2/trusty-openssl:latest'
docker:
image: xenial
base: xenial
volumes: |
$(Build.SourcesDirectory):/src
$(Build.BinariesDirectory):/build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment