summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:34:53 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 14:34:53 +0000
commit1d955861ed892ead71e2e5542235d5d0f37b8276 (patch)
treed7ff2e1d67a0f8b162d10a2bec8b1d2293326153 /azure-pipelines.yml
parent82632d4c0c117a7728293ff955e3527487230bc1 (diff)
Try removing apt update
trying to fix https://dev.azure.com/rubylang/ruby/_build/results?buildId=363 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 40206b3f5c..e81606483b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,7 +15,7 @@ jobs:
- task: UseRubyVersion@0
inputs:
versionSpec: '2.5.1'
- - script: sudo apt update -qy && sudo apt-get build-dep ruby2.3
+ - script: sudo apt-get build-dep ruby2.3
- checkout: self
fetchDepth: 10
- script: |