From 97f935ed22627fd1a099eb0736709d56635857ad Mon Sep 17 00:00:00 2001 From: Ray Andrew <13515073@std.stei.itb.ac.id> Date: Thu, 26 Apr 2018 22:41:05 +0700 Subject: [PATCH] Initial commit --- .gitlab-ci.yml | 2 +- importersql.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aef4ef4..bdc5881 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ services: - mysql:5.7 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_ROOT_PASSWORD: mysql_password diff --git a/importersql.php b/importersql.php index 7ce418b..6bca7b1 100755 --- a/importersql.php +++ b/importersql.php @@ -39,4 +39,4 @@ if (substr(trim($line), -1, 1) == ';') } } echo "Tables imported successfully"; -?> \ No newline at end of file +?> -- GitLab