summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-02-04 11:46:05 +0100
committerPatrick Steinhardt <ps@pks.im>2020-02-07 10:41:18 +0100
commitb4eb0282a76d603741613fae12af75e5498d42b2 (patch)
tree3d347ab1ef708d8b145c27c2afeef9a7099789ef
parentbd6b1c41575e7cc011798a424b6564569887c293 (diff)
downloadlibgit2-b4eb0282a76d603741613fae12af75e5498d42b2.tar.gz
azure: coverity: fix invalid syntax for Docker image
In commit bbc0b20bd (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.
-rw-r--r--azure-pipelines/coverity.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines/coverity.yml b/azure-pipelines/coverity.yml
index 3ff285d16..b678712c4 100644
--- a/azure-pipelines/coverity.yml
+++ b/azure-pipelines/coverity.yml
@@ -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