Skip to content

Commit

Permalink
Prevent CI job prepare:back to try spinning dependant services
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ferlay authored and andypost committed Oct 9, 2020
1 parent b31d414 commit cf96c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit cf96c87

Please sign in to comment.