From 862ab4c134cacced79f99c98d50411f3addc0464 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 29 Sep 2021 14:38:21 +0200 Subject: [PATCH] Don't run composer for icinga-php-* There's no need for it and it breaks with current nightlies due to requiring Composer 2 while our Docker images only have version 1 at the moment. --- composer.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.bash b/composer.bash index cae45e1..d63f314 100755 --- a/composer.bash +++ b/composer.bash @@ -2,7 +2,7 @@ # Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+ set -exo pipefail -for d in icingaweb2 icinga-php/* icingaweb2/modules/*; do +for d in icingaweb2 icingaweb2/modules/*; do pushd "$d" if [ -e composer.json ]; then