diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-09-13 20:42:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-13 20:52:55 +0200 |
commit | 11cc8903bb3a2a645bddeddc7ef45bbfe30ef99f (patch) | |
tree | 4c6c17fd38caf5225246548f68361e04dd009829 /.drone.yml | |
parent | b6439da1288d629eaf07d3d6f2497f3583fd11e7 (diff) | |
download | nextcloud-server-11cc8903bb3a2a645bddeddc7ef45bbfe30ef99f.tar.gz nextcloud-server-11cc8903bb3a2a645bddeddc7ef45bbfe30ef99f.zip |
add actual check if mysql is up already
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 10c7813d3e6..4b6dd4e9142 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,7 +127,6 @@ pipeline: mysql-php5.6: image: nextcloudci/php5.6:php5.6-2 commands: - - sleep 15 # gives the database enough time to initialize - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql when: matrix: |