From 23f717081ccf490d52f06edf0e97e08b37675283 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 14 May 2024 19:31:46 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e6fb79..ef6fa4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,5 +14,6 @@ steps: - rsync $MAIN_REPO_DIR/web/ /usr/local/phyre/web/ -r - cd /usr/local/phyre/web/ - ls -la - - composer install + - wget https://getcomposer.org/download/latest-stable/composer.phar + - COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install - phyre-php artisan test