Commit b4eb0282 by Patrick Steinhardt

azure: coverity: fix invalid syntax for Docker image

In commit bbc0b20b (azure: fix Coverity's build due to wrong container
name, 2019-08-02), Coverity builds were fixed to use the correct
container names. Unfortunately, the "fix" completely broke our Coverity
builds due to using wrong syntax for the Docker task. Let's fix this by
using "imageName" instead of the Docker dict.
parent bd6b1c41
......@@ -11,9 +11,7 @@ jobs:
displayName: Build
inputs:
action: 'Run an image'
docker:
image: xenial
base: xenial
imageName: libgit2/xenial
volumes: |
$(Build.SourcesDirectory):/home/libgit2/source
$(Build.BinariesDirectory):/home/libgit2/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