unzip
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Michel Roux 2023-06-18 02:02:51 +02:00
parent e562c757f6
commit fa2580099b

View File

@ -6,6 +6,8 @@ steps:
- name: php7.4
image: php:7.4-cli
commands:
- apt-get update
- apt-get install -y unzip
- curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- chmod +x /usr/local/bin/composer
- composer install
@ -16,6 +18,8 @@ steps:
- name: nextcloud
image: nextcloud:27.0.0
commands:
- apt-get update
- apt-get install -y unzip
- curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- chmod +x /usr/local/bin/composer
- composer install