diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2019-02-11 15:18:35 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2019-02-11 15:18:35 +0000 |
commit | ad0436d7aea40458d6c5dda421076132aaca9166 (patch) | |
tree | 75f78de83dc287258767f6cd60f5b9284e5a1a5c | |
parent | 2f249c725b65b1ca8dcd77dae8ec8109e1e9cb5e (diff) | |
download | libgit2-ad0436d7aea40458d6c5dda421076132aaca9166.tar.gz |
foo
-rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd5aa4888..e7e2da8f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,9 +2,6 @@ resources: containers: - container: centos image: ethomson/libgit2-centos:latest - volumes: - - $(Build.SourcesDirectory):/src - - $(Build.BinariesDirectory):/build pool: vmImage: 'Ubuntu 16.04' @@ -12,8 +9,8 @@ pool: container: centos steps: -- script: /src/ci/build.sh -- script: /src/ci/test.sh +- script: $(Build.SourcesDirectory)/ci/build.sh +- script: $(Build.SourcesDirectory)/ci/test.sh - task: publishtestresults@2 displayName: Publish Test Results condition: succeededOrFailed() |