Skip to content
Snippets Groups Projects
Commit 97f935ed authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent f7838a15
No related merge requests found
Pipeline #4984 failed with stage
in 1 minute and 22 seconds
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
- mysql:5.7 - mysql:5.7
variables: variables:
# HTTP_PROXY: "http://girvandip:91538874@cache.itb.ac.id:8080" HTTP_PROXY: "http://girvandip:91538874@cache.itb.ac.id:8080"
MYSQL_DATABASE: lkqueue MYSQL_DATABASE: lkqueue
MYSQL_ROOT_PASSWORD: mysql_password MYSQL_ROOT_PASSWORD: mysql_password
......
...@@ -39,4 +39,4 @@ if (substr(trim($line), -1, 1) == ';') ...@@ -39,4 +39,4 @@ if (substr(trim($line), -1, 1) == ';')
} }
} }
echo "Tables imported successfully"; echo "Tables imported successfully";
?> ?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment