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

clean_web
Antoine PEREDERII 1 year ago
parent a11439e090
commit a5cced8301

@ -14,7 +14,7 @@ steps:
- cd Sources - cd Sources
- rm -r vendor - rm -r vendor
- rm composer.lock - rm composer.lock
- apk update && apk add --no-cache libcouchbase-dev && pecl install couchbase && docker-php-ext-enable couchbase #- apk update && 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