Skip to content

Commit b4eb028

Browse files
committed
azure: coverity: fix invalid syntax for Docker image
In commit bbc0b20 (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.
1 parent bd6b1c4 commit b4eb028

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines/coverity.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
displayName: Build
1212
inputs:
1313
action: 'Run an image'
14-
docker:
15-
image: xenial
16-
base: xenial
14+
imageName: libgit2/xenial
1715
volumes: |
1816
$(Build.SourcesDirectory):/home/libgit2/source
1917
$(Build.BinariesDirectory):/home/libgit2/build

0 commit comments

Comments
 (0)