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-04 11:46:05 +0100
commit4fcc8820870cdd7b071b0dbd5238b9fb9b89b21f (patch)
treecc9f1ffded9b43da134ba9a4f6325bd6c756c191
parenta1bff63bf1097e08c9ee1843650279054ddd2ea9 (diff)
downloadlibgit2-4fcc8820870cdd7b071b0dbd5238b9fb9b89b21f.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