Skip to content
Snippets Groups Projects
Commit a623c523 authored by nilstes's avatar nilstes
Browse files

feilsok

parent dc635cf8
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@ variables:
MYSQL_ROOT_PASSWORD: password
# Create database tables
connect:
image: mysql
script:
- echo "SELECT 'OK';" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" < create_tables.sql
#connect:
# image: mysql
# script:
# - echo "SELECT 'OK';" | mysql --user=root --password="$MYSQL_ROOT_PASSWORD" --host=mysql "$MYSQL_DATABASE" < create_tables.sql
# Install node libraries
before_script:
......
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