From cf96c87c0e34e00df85a9712c1d62df1a5bf6945 Mon Sep 17 00:00:00 2001 From: David Ferlay Date: Thu, 13 Aug 2020 12:31:13 +0200 Subject: [PATCH] Prevent CI job prepare:back to try spinning dependant services --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f82923bc2..89e045593 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ endif ## Install backend dependencies back: - docker-compose up -d --remove-orphans php # PHP container is required for composer + docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer ifneq ($(strip $(ADD_PHP_EXT)),) # Install additional php extensions as this goal used in CI (todo stop doing it) $(call php-0, apk add --no-cache $(ADD_PHP_EXT))