summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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: |