Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

clean_web
Antoine PEREDERII 1 year ago
parent 3f16bfd356
commit 334d36381a

@ -14,10 +14,7 @@ steps:
- cd Sources - cd Sources
- rm -r vendor - rm -r vendor
- rm composer.lock - rm composer.lock
- apk update && \ - apk update && apk add --no-cache libcouchbase-dev && pecl install couchbase && docker-php-ext-enable couchbase
apk add --no-cache libcouchbase-dev && \
pecl install couchbase && \
docker-php-ext-enable couchbase
# Installe les dépendances PHP si nécessaire # Installe les dépendances PHP si nécessaire
- php composer.phar install --no-interaction - php composer.phar install --no-interaction
- ./vendor/bin/phpunit tests - ./vendor/bin/phpunit tests

Loading…
Cancel
Save