File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ IMAGE_SOLR=solr:8-slim
1717IMAGE_REDIS=redis:5-alpine
1818IMAGE_DRIVER=zenika/alpine-chrome
1919CLEAR_FRONT_PACKAGES=no
20- ADD_PHP_EXT=
20+ ADD_PHP_EXT=graphicsmagick
2121#ADD_PHP_EXT=php7-pdo_pgsql postgresql-client postgresql-contrib gnu-libiconv wkhtmltopdf
2222MAIN_DOMAIN_NAME=docker.localhost
2323DB_URL=sqlite:./../.cache/d8.sqlite
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ prepare:front:
180180 - echo "CI_PROJECT_NAME=${CI_PROJECT_NAME}"
181181 - echo "REVIEW_DOMAIN=${REVIEW_DOMAIN}"
182182 - mkdir -p ${BUILD_DIR}
183- - rsync -ah --exclude=.git --delete ./ ${BUILD_DIR}
183+ - rsync -ah --exclude=.git --exclude=.cache -- delete ./ ${BUILD_DIR}
184184 - cd ${BUILD_DIR}
185185 - echo "COMPOSE_PROJECT_NAME=${CI_PROJECT_NAME}-review-${CI_COMMIT_REF_SLUG}" >> .env.default
186186 - echo "MAIN_DOMAIN_NAME=${CI_ENVIRONMENT_SLUG}-${CI_PROJECT_PATH_SLUG}.${REVIEW_DOMAIN}" >> .env.default
Original file line number Diff line number Diff line change 7171 docker-compose pull
7272 @echo "Build and run containers..."
7373 docker-compose up -d --remove-orphans
74- $(call php-0, apk add --no-cache graphicsmagick tzdata $(ADD_PHP_EXT))
74+ $(call php-0, apk add --no-cache tzdata $(ADD_PHP_EXT))
7575 # Set up timezone
7676 $(call php-0, cp /usr/share/zoneinfo/Europe/Paris /etc/localtime)
7777 $(call php-0, kill -USR2 1)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838# - front
3939
4040# adminer:
41- # image: dockette/ adminer:mysql-php7
41+ # image: adminer:standalone
4242# container_name: "${COMPOSE_PROJECT_NAME}_adminer"
4343# links:
4444# - mysql:mysql
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ browser_driver:
167167
168168# # Stop browser driver
169169browser_driver_stop :
170+ @echo ' Stopping browser driver...'
170171 if [ ! -z ` docker ps -f ' name=$(COMPOSE_PROJECT_NAME)_chrome' --format ' {{.Names}}' ` ]; then \
171- echo ' Stopping browser driver.' ; \
172172 docker stop $(COMPOSE_PROJECT_NAME ) _chrome; \
173173 fi
174174
You can’t perform that action at this time.
0 commit comments