From a04c1a35649b19f80e1c56cf907691daa7705abc Mon Sep 17 00:00:00 2001 From: Bob Micheletto Date: Mon, 5 Feb 2018 14:22:09 -0800 Subject: no bug - change version.json build setting to match dockerflow specifications (#389) --- extensions/BMO/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BMO/Extension.pm') diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index e69d6f1e2..9be44f0f4 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -2553,7 +2553,7 @@ sub install_filesystem { source => $contribute->{repository}{url}, version => BUGZILLA_VERSION, commit => $ENV{CIRCLE_SHA1} // 'unknown', - build => $ENV{CIRCLE_BUILD_NUM} // 'unknown', + build => $ENV{CIRCLE_BUILD_URL} // 'unknown', }; $create_files->{'version.json'} = { -- cgit v1.2.3-24-g4f1b