From dfb2de91e3f9ff866cfea4e37fb9d240525213af Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Tue, 9 Feb 2016 23:39:08 +0530 Subject: [PATCH] match any hostname --- debian/rake-tasks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh index e903db0b31..5b13b731dd 100755 --- a/debian/rake-tasks.sh +++ b/debian/rake-tasks.sh @@ -29,7 +29,7 @@ else fi sed -i \ -"s/gitlab_url: http:\/\/localhost/gitlab_url: ${gl_proto}:\/\/${GITLAB_HOST}/"\ +"s/gitlab_url: http*:\/\/.*/gitlab_url: ${gl_proto}:\/\/${GITLAB_HOST}/"\ ${gitlab_shell_root}/config.yml # Check gitlab is configured correctly