Skip to content

Commit

Permalink
[CI] Added workaround for newer Docker Compose versions (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Nov 22, 2021
1 parent cd036ee commit ad19b9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/.travis/trusty/setup_ezplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ if [[ -n "${DOCKER_PASSWORD}" ]]; then
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
fi

# Copy .env file to the directory where Docker Compose looks for it to avoid specyfing it directly everywhere
cp .env doc/docker

echo "> Install DB and dependencies"
docker-compose -f doc/docker/install-dependencies.yml up --abort-on-container-exit

Expand Down

0 comments on commit ad19b9f

Please sign in to comment.