summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e81606483b..927514e2c2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,7 +15,10 @@ jobs:
- task: UseRubyVersion@0
inputs:
versionSpec: '2.5.1'
- - script: sudo apt-get build-dep ruby2.3
+ - script: |
+ set -x
+ sudo cat /etc/apt/sources.list
+ sudo apt-get build-dep ruby2.3
- checkout: self
fetchDepth: 10
- script: |