Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

clean_web
David D'ALMEIDA 1 year ago
parent 836a8cce35
commit 2772384e78

@ -15,9 +15,9 @@ steps:
- rm -r vendor
- rm composer.lock
- 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
- php composer.phar install --no-interaction
- ./vendor/bin/phpunit tests

Loading…
Cancel
Save