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:
parent
1d955861ed
commit
724bc97d4b
1 changed files with 4 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue