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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-23 19:19:22 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-23 19:19:22 +0300
commitef223b776015ca69800877de824517235a573855 (patch)
tree06eb2459e994888968752614743a60d0934cd0e6 /.drone.yml
parent9357cf735a2ffbbd1291cfd8480cbc2342c361f7 (diff)
Give redis a change to fireup
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 90d00537c06..f155f2e7495 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -650,6 +650,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-16
commands:
- phpenmod xdebug
+ - sleep 20
- ./autotest.sh sqlite tests/lib/Memcache/RedisTest.php
- wget https://codecov.io/bash -O codecov.sh
- sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi"