no need to install unzip on nextcloud
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2023-06-18 02:12:01 +02:00
parent 9bdb49f8ba
commit e37b49a5db

View File

@ -18,8 +18,6 @@ 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