Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-02-23 10:57:08 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-02-23 10:57:08 +0300
commit703bdfe28b17acfcda11da15034a1960dbd3104a (patch)
treeaa88f097fdb290f92af1de139e22ea2dc957c9f7
parent7a452d7d9741a3c5db6a06b116f5178c186c2960 (diff)
Fix test-vendor-gitaly-ruby on CI
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6633d8dbc..f032950d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,7 +173,7 @@ test-vendor-gitaly-ruby:
only:
- schedules
before_script:
- - DEBIAN_FRONTEND=noninteractive apt-get -q -y install rsync
+ - DEBIAN_FRONTEND=noninteractive apt-get update -qq && apt-get -q -y install rsync
script:
- _support/vendor-gitlab-git master
- make test