From 27c1dc65b32fb608d8bbb9f6521b6eeae18563ce Mon Sep 17 00:00:00 2001 From: Timothy Date: Wed, 11 May 2016 15:34:42 +0800 Subject: [PATCH] Update gitlab ci config file --- .gitlab-ci.yml | 1 + dns_handler.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2167b9f..c5d6f21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ init-env: stage: init script: - export CURRENT_BUILD_PATH=/builds/timothy/godns + build-my-project: stage: build script: diff --git a/dns_handler.go b/dns_handler.go index f84889f..e874434 100644 --- a/dns_handler.go +++ b/dns_handler.go @@ -45,7 +45,6 @@ func generate_header(content url.Values) url.Values { } func api_version() { - fmt.Println(Configuration.Email) post_data("/Info.Version", nil) }