diff options
author | Bob Micheletto <Micheletto@users.noreply.github.com> | 2018-02-05 23:22:09 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-05 23:22:09 +0100 |
commit | a04c1a35649b19f80e1c56cf907691daa7705abc (patch) | |
tree | 7333c62cab95f67070bfa0d7eeee7429fe44e0d0 /extensions/BMO | |
parent | ac80568834a7954046d6dcaed98d9460b3d34b09 (diff) | |
download | bugzilla-a04c1a35649b19f80e1c56cf907691daa7705abc.tar.gz bugzilla-a04c1a35649b19f80e1c56cf907691daa7705abc.tar.xz |
no bug - change version.json build setting to match dockerflow specifications (#389)
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/Extension.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'} = { |