no need to install unzip on nextcloud
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9bdb49f8ba
commit
e37b49a5db
@ -18,8 +18,6 @@ steps:
|
|||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: nextcloud:27.0.0
|
image: nextcloud:27.0.0
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y unzip
|
|
||||||
- curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
- curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||||
- chmod +x /usr/local/bin/composer
|
- chmod +x /usr/local/bin/composer
|
||||||
- composer install
|
- composer install
|
||||||
|
Reference in New Issue
Block a user