diff --git a/resources/platformsh/common/4.2.0-beta1/bin/platformsh_prestart_cacheclear.sh b/resources/platformsh/common/4.2.0-beta1/bin/platformsh_prestart_cacheclear.sh index 9e51ee5..07d30d0 100755 --- a/resources/platformsh/common/4.2.0-beta1/bin/platformsh_prestart_cacheclear.sh +++ b/resources/platformsh/common/4.2.0-beta1/bin/platformsh_prestart_cacheclear.sh @@ -5,8 +5,8 @@ set -e #date -echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes" -rm -Rf var/cache/${APP_ENV-dev}/*.* +echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes" +rm -Rf var/cache/${APP_ENV-dev}/* #date echo "clearing application cache" php bin/console cache:clear diff --git a/resources/platformsh/common/4.2.0-rc1/bin/platformsh_prestart_cacheclear.sh b/resources/platformsh/common/4.2.0-rc1/bin/platformsh_prestart_cacheclear.sh index 9e51ee5..07d30d0 100755 --- a/resources/platformsh/common/4.2.0-rc1/bin/platformsh_prestart_cacheclear.sh +++ b/resources/platformsh/common/4.2.0-rc1/bin/platformsh_prestart_cacheclear.sh @@ -5,8 +5,8 @@ set -e #date -echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes" -rm -Rf var/cache/${APP_ENV-dev}/*.* +echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes" +rm -Rf var/cache/${APP_ENV-dev}/* #date echo "clearing application cache" php bin/console cache:clear diff --git a/resources/platformsh/common/4.2.0/bin/platformsh_prestart_cacheclear.sh b/resources/platformsh/common/4.2.0/bin/platformsh_prestart_cacheclear.sh index 9e51ee5..07d30d0 100755 --- a/resources/platformsh/common/4.2.0/bin/platformsh_prestart_cacheclear.sh +++ b/resources/platformsh/common/4.2.0/bin/platformsh_prestart_cacheclear.sh @@ -5,8 +5,8 @@ set -e #date -echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes" -rm -Rf var/cache/${APP_ENV-dev}/*.* +echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes" +rm -Rf var/cache/${APP_ENV-dev}/* #date echo "clearing application cache" php bin/console cache:clear diff --git a/resources/platformsh/common/4.2.x-dev/bin/platformsh_prestart_cacheclear.sh b/resources/platformsh/common/4.2.x-dev/bin/platformsh_prestart_cacheclear.sh index 9e51ee5..07d30d0 100755 --- a/resources/platformsh/common/4.2.x-dev/bin/platformsh_prestart_cacheclear.sh +++ b/resources/platformsh/common/4.2.x-dev/bin/platformsh_prestart_cacheclear.sh @@ -5,8 +5,8 @@ set -e #date -echo "removing var/cache/${APP_ENV-dev}/*.* to avoid Symfony container issues on interface changes" -rm -Rf var/cache/${APP_ENV-dev}/*.* +echo "removing var/cache/${APP_ENV-dev}/* to avoid Symfony container issues on interface changes" +rm -Rf var/cache/${APP_ENV-dev}/* #date echo "clearing application cache" php bin/console cache:clear diff --git a/resources/platformsh/ibexa-commerce/4.2.0-beta1/.platform.app.yaml b/resources/platformsh/ibexa-commerce/4.2.0-beta1/.platform.app.yaml index 32e3963..2a0a8a0 100644 --- a/resources/platformsh/ibexa-commerce/4.2.0-beta1/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/4.2.0-beta1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-commerce/4.2.0-rc1/.platform.app.yaml b/resources/platformsh/ibexa-commerce/4.2.0-rc1/.platform.app.yaml index 32e3963..2a0a8a0 100644 --- a/resources/platformsh/ibexa-commerce/4.2.0-rc1/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/4.2.0-rc1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-commerce/4.2.0/.platform.app.yaml b/resources/platformsh/ibexa-commerce/4.2.0/.platform.app.yaml index 32e3963..2a0a8a0 100644 --- a/resources/platformsh/ibexa-commerce/4.2.0/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/4.2.0/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-commerce/4.2.x-dev/.platform.app.yaml b/resources/platformsh/ibexa-commerce/4.2.x-dev/.platform.app.yaml index 32e3963..2a0a8a0 100644 --- a/resources/platformsh/ibexa-commerce/4.2.x-dev/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/4.2.x-dev/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-content/4.2.0-beta1/.platform.app.yaml b/resources/platformsh/ibexa-content/4.2.0-beta1/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-content/4.2.0-beta1/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/4.2.0-beta1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-content/4.2.0-rc1/.platform.app.yaml b/resources/platformsh/ibexa-content/4.2.0-rc1/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-content/4.2.0-rc1/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/4.2.0-rc1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-content/4.2.0/.platform.app.yaml b/resources/platformsh/ibexa-content/4.2.0/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-content/4.2.0/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/4.2.0/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-content/4.2.x-dev/.platform.app.yaml b/resources/platformsh/ibexa-content/4.2.x-dev/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-content/4.2.x-dev/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/4.2.x-dev/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-experience/4.2.0-beta1/.platform.app.yaml b/resources/platformsh/ibexa-experience/4.2.0-beta1/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-experience/4.2.0-beta1/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/4.2.0-beta1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-experience/4.2.0-rc1/.platform.app.yaml b/resources/platformsh/ibexa-experience/4.2.0-rc1/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-experience/4.2.0-rc1/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/4.2.0-rc1/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-experience/4.2.0/.platform.app.yaml b/resources/platformsh/ibexa-experience/4.2.0/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-experience/4.2.0/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/4.2.0/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-experience/4.2.x-dev/.platform.app.yaml b/resources/platformsh/ibexa-experience/4.2.x-dev/.platform.app.yaml index e6d8000..7926f63 100644 --- a/resources/platformsh/ibexa-experience/4.2.x-dev/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/4.2.x-dev/.platform.app.yaml @@ -176,7 +176,7 @@ hooks: # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-oss/4.2.0-beta1/.platform.app.yaml b/resources/platformsh/ibexa-oss/4.2.0-beta1/.platform.app.yaml index 1358225..44d866d 100644 --- a/resources/platformsh/ibexa-oss/4.2.0-beta1/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/4.2.0-beta1/.platform.app.yaml @@ -167,7 +167,7 @@ hooks: if [ ! -f public/var/.platform.installed ]; then # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-oss/4.2.0-rc1/.platform.app.yaml b/resources/platformsh/ibexa-oss/4.2.0-rc1/.platform.app.yaml index 1358225..44d866d 100644 --- a/resources/platformsh/ibexa-oss/4.2.0-rc1/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/4.2.0-rc1/.platform.app.yaml @@ -167,7 +167,7 @@ hooks: if [ ! -f public/var/.platform.installed ]; then # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml b/resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml index 1358225..44d866d 100644 --- a/resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml @@ -167,7 +167,7 @@ hooks: if [ ! -f public/var/.platform.installed ]; then # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install diff --git a/resources/platformsh/ibexa-oss/4.2.x-dev/.platform.app.yaml b/resources/platformsh/ibexa-oss/4.2.x-dev/.platform.app.yaml index 1358225..44d866d 100644 --- a/resources/platformsh/ibexa-oss/4.2.x-dev/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/4.2.x-dev/.platform.app.yaml @@ -167,7 +167,7 @@ hooks: if [ ! -f public/var/.platform.installed ]; then # To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy export SKIP_HTTPCACHE_PURGE="1" - rm -Rf var/cache/$APP_ENV/*.* + rm -Rf var/cache/$APP_ENV/* php bin/console cache:pool:clear cache.redis sh bin/platformsh_prestart_cacheclear.sh SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install