Skip to content
Snippets Groups Projects
Verified Commit 3ebf1f97 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Replace old environment variable name

parent 0f21769b
No related branches found
No related tags found
1 merge request!44Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Pipeline #51126 passed
......@@ -24,7 +24,7 @@ fi
# Check if database already exists
RESULT=`mysql -u${ETHERPAD_DB_USER} -p${ETHERPAD_DB_PASSWORD} \
-h${MYSQL_PORT_3306_TCP_ADDR} --skip-column-names \
-h${ETHERPAD_DB_HOST} --skip-column-names \
-e "SHOW DATABASES LIKE '${ETHERPAD_DB_NAME}'"`
if [ "$RESULT" != $ETHERPAD_DB_NAME ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment