Skip to content

Commit

Permalink
Merge pull request #52 from ibexa/ibx-301_mergeup
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored Aug 18, 2022
2 parents ee581fe + 0fa6050 commit 447ab4e
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-oss/4.2.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 447ab4e

Please sign in to comment.