summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-31 15:17:13 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-31 15:17:13 +0000
commit71e2b8c8dda4f885cce582731f21fa051829bf65 (patch)
treeccfb98d750a962d875d52c37da2fc36e1d68fe44
parent6853a250071dbacd54e08235c1e12da622e6ca8d (diff)
downloadlibgit2-ethomson/dockerv1.tar.gz
ci: update to docker v1 tasksethomson/dockerv1
Update to the docker v1 tasks; these provide additional options for execution.
-rw-r--r--azure-pipelines/docker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines/docker.yml b/azure-pipelines/docker.yml
index 2744a63ae..4652846f0 100644
--- a/azure-pipelines/docker.yml
+++ b/azure-pipelines/docker.yml
@@ -4,7 +4,7 @@ steps:
- script: docker run --rm --privileged multiarch/qemu-user-static:register --reset
displayName: 'Register Docker QEMU'
-- task: docker@0
+- task: docker@1
displayName: Build
inputs:
action: 'Run an image'
@@ -16,7 +16,7 @@ steps:
workDir: '/build'
containerCommand: '/src/ci/build.sh'
detached: false
-- task: docker@0
+- task: docker@1
displayName: Test
inputs:
action: 'Run an image'