From 2d895cdc4adff9028f19e948030e8f520d0ab30a Mon Sep 17 00:00:00 2001 From: drishu Date: Thu, 17 Feb 2022 16:18:21 +0200 Subject: [PATCH] OEL-0000: Use composer v1 until support for 2 is complete in OpenEuropa. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0d832f6d3..31afd6b33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,7 @@ pipeline: volumes: - /cache:/cache commands: + - composer self-update --1 - composer install --ansi --no-suggest --no-progress composer-update-lowest: @@ -51,6 +52,7 @@ pipeline: volumes: - /cache:/cache commands: + - composer self-update --1 - composer update --prefer-lowest --ansi --no-suggest --no-progress when: event: