- git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-1
+ image: nextcloudci/php7.1:php7.1-3
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init
- git submodule update --init
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-1
+ image: nextcloudci/php7.1:php7.1-3
commands:
- rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues
- git submodule update --init