Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-07-18 11:05:13 +0300
committerMichal Čihař <michal@cihar.com>2017-07-18 11:05:13 +0300
commitd463309502a23ac59fb9c26f07b49c6fa24f78f1 (patch)
tree8a1f151efd84ce260cd4bac0068272e7a3bf0a9c /scripts
parent22b27fa3e307ac4d2ee9d94148e691fd6c80082e (diff)
parentc73f451cde7ad9e37596bfeb9cf7180063af8186 (diff)
Merge branch 'QA_4_7'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 69ce6189ba..6b709f5632 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -288,9 +288,7 @@ if [ $do_test -eq 1 ] ; then
fi
# Remove libs installed for testing
rm -rf build
- if [ ! -d libraries/tcpdf ] ; then
- composer update --no-dev
- fi
+ composer update --no-dev
fi