Skip to content

Commit

Permalink
fixed CI overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Feb 5, 2016
1 parent d533433 commit 6407f5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/docker-compose.ci.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
php:
command: 'php-fpm'
environment:
DB_PORT_3306_TCP_ADDR: ${COMPOSE_PROJECT_NAME}_mariadb_1
volumes:
- ${CI_APP_VOLUME}/:/app/vendor/dmstr/yii2-pages-module
- ${CI_APP_VOLUME}/tests/_config/local.php:/app/src/config/local.php
version: '2'

services:
php:
volumes:
- ${CI_APP_VOLUME}/:/app/vendor/dmstr/yii2-pages-module
- ${CI_APP_VOLUME}/tests/_config/local.php:/app/src/config/local.php

0 comments on commit 6407f5d

Please sign in to comment.