aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update.sh')
-rw-r--r--scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update.sh b/scripts/update.sh
index 167e84e1..48281210 100644
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -6,6 +6,6 @@ TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
6rm -rf var/cache/* 6rm -rf var/cache/*
7git fetch origin 7git fetch origin
8git fetch --tags 8git fetch --tags
9git checkout $TAG 9git checkout $TAG --force
10SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist 10SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist
11php bin/console cache:clear --env=$ENV 11php bin/console cache:clear --env=$ENV