mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
attempt to fix common path [execute tests on MySQL]
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
CONTAINER_NAME=alfresco-db-mysql
|
||||
|
||||
MYSQL_USER=alfresco
|
||||
@@ -6,13 +7,4 @@ MYSQL_ROOT_PASSWORD=alfresco
|
||||
MYSQL_DATABASE=alfresco
|
||||
|
||||
MYSQL_HOST=127.0.0.1
|
||||
MYSQL_PORT=3306
|
||||
|
||||
usage () {
|
||||
echo "Usage: $0 <image>"
|
||||
}
|
||||
|
||||
if [[ $# -ne 1 ]]; then
|
||||
usage
|
||||
exit 1
|
||||
fi
|
||||
MYSQL_PORT=3306
|
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
DIRECTORY=`dirname $0`
|
||||
echo $DIRECTORY
|
||||
. $(dirname $0)/common.sh
|
||||
$(dirname "${BASH_SOURCE[0]}")/common.sh
|
||||
|
||||
echo "============================================"
|
||||
echo "Generate custom config file"
|
||||
|
Reference in New Issue
Block a user