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
|
#!/usr/bin/env bash
|
||||||
|
set -xe
|
||||||
CONTAINER_NAME=alfresco-db-mysql
|
CONTAINER_NAME=alfresco-db-mysql
|
||||||
|
|
||||||
MYSQL_USER=alfresco
|
MYSQL_USER=alfresco
|
||||||
@@ -7,12 +8,3 @@ MYSQL_DATABASE=alfresco
|
|||||||
|
|
||||||
MYSQL_HOST=127.0.0.1
|
MYSQL_HOST=127.0.0.1
|
||||||
MYSQL_PORT=3306
|
MYSQL_PORT=3306
|
||||||
|
|
||||||
usage () {
|
|
||||||
echo "Usage: $0 <image>"
|
|
||||||
}
|
|
||||||
|
|
||||||
if [[ $# -ne 1 ]]; then
|
|
||||||
usage
|
|
||||||
exit 1
|
|
||||||
fi
|
|
@@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
DIRECTORY=`dirname $0`
|
DIRECTORY=`dirname $0`
|
||||||
echo $DIRECTORY
|
echo $DIRECTORY
|
||||||
. $(dirname $0)/common.sh
|
$(dirname "${BASH_SOURCE[0]}")/common.sh
|
||||||
|
|
||||||
echo "============================================"
|
echo "============================================"
|
||||||
echo "Generate custom config file"
|
echo "Generate custom config file"
|
||||||
|
Reference in New Issue
Block a user