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 47d5fc5 commit 561caed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,8 @@ 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 --network drupal-cicd-network --name db -h dbhost -e MARIADB_DATABASE=drupal -e MARIADB_ROOT_PASSWORD=root -d mariadb:10.2
- 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 ps
- docker exec -it drupal-cdci /bin/bash -c "composer install;"
- sudo apt-get install nodejs -y
Expand Down

0 comments on commit 561caed

Please sign in to comment.