1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Debug latest sources.list on Azure

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-10 14:42:18 +00:00
parent 1d955861ed
commit 724bc97d4b

View file

@ -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: |