From b5b18e919d3e9caab1b28f0678f003c6a8c315e1 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 9 Nov 2020 12:14:43 +0100 Subject: [PATCH] clear cache after an update --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index 65cf3fc..8c3f45c 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -22,6 +22,8 @@ git submodule update composer install --no-dev composer update +rm tmp/*.php + # Let's run the migrations if [ -e "$HOME/phinx.yml" ] then -- GitLab