From fa2580099b146d1eeef3d7053e625ee908252656 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 18 Jun 2023 02:02:51 +0200 Subject: [PATCH] unzip --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 714408d..5be8bab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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