Skip to content

Commit bbc0b20

Browse files
committed
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.
1 parent 7632738 commit bbc0b20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines/coverity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
displayName: Build
1212
inputs:
1313
action: 'Run an image'
14-
imageName: 'libgit2/trusty-openssl:latest'
14+
docker:
15+
image: xenial
16+
base: xenial
1517
volumes: |
1618
$(Build.SourcesDirectory):/src
1719
$(Build.BinariesDirectory):/build

0 commit comments

Comments
 (0)