diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 09:15:53 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 09:15:53 +0200 |
commit | 84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (patch) | |
tree | 1abeab686810336db899dda9b221795085b65dd9 /scripts | |
parent | edc8bc0b2f23bf27ac33b9de079644cc9076579a (diff) | |
download | wallabag-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.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 |