From 724bc97d4bca5ee12c84926faf4df49d134d7e42 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 10 Apr 2019 14:42:18 +0000 Subject: Debug latest sources.list on Azure git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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: | -- cgit v1.2.3