Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jan 8, 2021
2 parents 7f2740d + 23b76ab commit 0c59003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .platform/varnish.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// - Varnish xkey vmod (via varnish-modules package 0.10.2 or higher, or via Varnish Plus)
// - eZ Platform 3.x or higher with ezplatform-http-cache (this) bundle
//
// WARNING: Not for us with Fastly, see documentation for where to find dedicated Fastly VCL.

// Not applicable on Platform.sh:
//vcl 4.0;
Expand Down
5 changes: 5 additions & 0 deletions bin/.travis/trusty/setup_ezplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ if [[ -n "${DEPENDENCY_PACKAGE_NAME}" ]]; then

fi

if [[ -n "${DOCKER_PASSWORD}" ]]; then
echo "> Set up Docker credentials"
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
fi

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

Expand Down

0 comments on commit 0c59003

Please sign in to comment.