1
0
mirror of synced 2025-02-18 05:03:14 +03:00

Update database name in install.sh

This commit is contained in:
Akolzin Dmitry 2018-05-04 17:14:06 +03:00
parent 5c8fa3ee01
commit 2d96fcc531

View File

@ -7,7 +7,7 @@ fi
MAGE_ROOT=$TRAVIS_BUILD_DIR/../magento2 MAGE_ROOT=$TRAVIS_BUILD_DIR/../magento2
create_db() { create_db() {
mysqladmin create magento_test --user="$DB_USER" --password="$DB_PASS" mysqladmin create $DB_NAME --user="$DB_USER" --password="$DB_PASS"
} }
magento_clone() { magento_clone() {