diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-12-02 15:48:40 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-12-02 15:48:40 +0100 |
commit | 9b21b82d186d139cc363b29e674cdeb83fcc5ab5 (patch) | |
tree | ebd920df2de2126a8822450b7375c5e9f8f11d6a /.drone.yml | |
parent | 2de09927a145f43e5ba4e29e0c7048e3b0a2512f (diff) | |
download | nextcloud-server-9b21b82d186d139cc363b29e674cdeb83fcc5ab5.tar.gz nextcloud-server-9b21b82d186d139cc363b29e674cdeb83fcc5ab5.zip |
Install instance before running integration tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index b0ea2ad6c2c..6174937ad24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -341,6 +341,7 @@ pipeline: integration-filesdrop-features: image: nextcloudci/integration-php7.0:integration-php7.0-2 commands: + - ./occ maintenance:install --admin-pass=admin - cd build/integration - ./run.sh filesdrop_features/filesdrop.feature when: |