Skip to content

Commit

Permalink
Added a host.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadkhan53 committed Jul 31, 2021
1 parent afd99b4 commit 82574b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ services:
before_install:
- docker network create drupal-cicd-network
- docker run --name drupal-cdci --network=drupal-cicd-network -d drupal:9.2-php7.4-apache-buster
- docker run --name db --network=drupal-cicd-network -hdbhost -e MARIADB_DATABASE=drupal -e MARIADB_ROOT_PASSWORD=root -d mariadb:10.2
- docker run --name db --network=drupal-cicd-network -hdbhost -e MARIADB_DATABASE=drupal -e MARIADB_ROOT_PASSWORD=root -d mariadb:10.6
- docker ps
- docker inspect db
- docker exec -it drupal-cdci /bin/bash -c "composer install;"
Expand Down

0 comments on commit 82574b5

Please sign in to comment.