mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-27 13:51:06 +01:00
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.
This commit is contained in:
parent
fc11f3d07a
commit
862ab4c134
@ -2,7 +2,7 @@
|
|||||||
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
|
# Icinga Web 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
|
||||||
set -exo pipefail
|
set -exo pipefail
|
||||||
|
|
||||||
for d in icingaweb2 icinga-php/* icingaweb2/modules/*; do
|
for d in icingaweb2 icingaweb2/modules/*; do
|
||||||
pushd "$d"
|
pushd "$d"
|
||||||
|
|
||||||
if [ -e composer.json ]; then
|
if [ -e composer.json ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user