Skip to content

Commit cf96c87

Browse files
David Ferlayandypost
David Ferlay
authored andcommittedOct 9, 2020
Prevent CI job prepare:back to try spinning dependant services
1 parent b31d414 commit cf96c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ endif
7575

7676
## Install backend dependencies
7777
back:
78-
docker-compose up -d --remove-orphans php # PHP container is required for composer
78+
docker-compose up -d --remove-orphans --no-deps php # PHP container is required for composer
7979
ifneq ($(strip $(ADD_PHP_EXT)),)
8080
# Install additional php extensions as this goal used in CI (todo stop doing it)
8181
$(call php-0, apk add --no-cache $(ADD_PHP_EXT))

0 commit comments

Comments
 (0)