From 67f264429d4420eeef49e2b53959b6699c138d27 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 1 Apr 2018 11:00:36 -0400 Subject: Fix AUTOMATIC-type urlbase --- scripts/entrypoint.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts') diff --git a/scripts/entrypoint.pl b/scripts/entrypoint.pl index 350dcac8e..e80fa193a 100755 --- a/scripts/entrypoint.pl +++ b/scripts/entrypoint.pl @@ -57,11 +57,6 @@ check_env(qw( BMO_urlbase )); -if ( $ENV{BMO_urlbase} eq 'AUTOMATIC' ) { - $ENV{BMO_urlbase} = sprintf 'http://%s:%d/%s', hostname(), $ENV{PORT}, $ENV{BZ_QA_LEGACY_MODE} ? 'bmo/' : ''; - $ENV{BZ_BASE_URL} = sprintf 'http://%s:%d', hostname(), $ENV{PORT}; -} - $func->($opts->()); sub cmd_demo { -- cgit v1.2.3-24-g4f1b