diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update.sh | 2 |
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)) | |||
6 | rm -rf var/cache/* | 6 | rm -rf var/cache/* |
7 | git fetch origin | 7 | git fetch origin |
8 | git fetch --tags | 8 | git fetch --tags |
9 | git checkout $TAG | 9 | git checkout $TAG --force |
10 | SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist | 10 | SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist |
11 | php bin/console cache:clear --env=$ENV | 11 | php bin/console cache:clear --env=$ENV |