Skip to content

Commit

Permalink
Merge branch '2.5' into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Jan 21, 2021
2 parents 2222297 + 6241a1e commit 7e0efa9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"php-http/guzzle6-adapter": "^2.0",
"platformsh/symfonyflex-bridge": "^2.2",
"sensio/framework-extra-bundle": "^5.5",
"sensiolabs/security-checker": "^6.0",
"symfony/asset": "^5.0",
"symfony/cache": "^5.0",
"symfony/console": "^5.0",
Expand Down Expand Up @@ -120,12 +119,10 @@
"ezplatform:encore:compile": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts",
"@php bin/security-checker security:check || true"
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts",
"@php bin/security-checker security:check || true"
"@auto-scripts"
],
"ezplatform-install": [
"@php bin/console --ansi ezplatform:install clean",
Expand Down

0 comments on commit 7e0efa9

Please sign in to comment.