aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 09:15:53 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 09:15:53 +0200
commit84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (patch)
tree1abeab686810336db899dda9b221795085b65dd9 /scripts
parentedc8bc0b2f23bf27ac33b9de079644cc9076579a (diff)
downloadwallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.gz
wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.zst
wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.zip
Added documentation about testsuite
Fix #2415
Diffstat (limited to 'scripts')
-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