Go back to old version
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
0e1b927405
commit
c29e64b212
@ -1,2 +1,2 @@
|
||||
/Code/Source/Config/vendor/
|
||||
/Code/Source/.phpunit.cache/
|
||||
/Source/.phpunit.cache/
|
||||
/Source/Config/vendor/
|
||||
|
@ -1,9 +0,0 @@
|
||||
FROM php:8.1-apache
|
||||
RUN apt-get upgrade -y && apt-get update -y && apt-get install -y git zip
|
||||
COPY ./Source /var/www/html
|
||||
WORKDIR /var/www/html/Config
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
RUN composer update && composer install --prefer-source ../.
|
||||
WORKDIR /var/www/html
|
||||
RUN Config/vendor/bin/phpunit .\Tests --coverage-clover coverage.xml
|
||||
|
@ -0,0 +1,2 @@
|
||||
FROM php:8.1-apache
|
||||
COPY ./coverage.xml /var/www/html
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in new issue