Skip to content

Commit

Permalink
Bug 1825123 - enable firefox-android releases on mozilla-beta and moz…
Browse files Browse the repository at this point in the history
…illa-release (#1416)
  • Loading branch information
jcristau committed Mar 28, 2024
1 parent dbb0603 commit 217f433
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions frontend/src/configs/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,24 @@ module.exports = {
{
branch: '',
},
{
prettyName: 'Beta',
project: 'mozilla-beta',
branch: 'releases/mozilla-beta',
repo: 'https://hg.mozilla.org/releases/mozilla-beta',
versionFile: 'mobile/android/version.txt',
enableReleaseEta: false,
disableable: false,
},
{
prettyName: 'Release',
project: 'mozilla-release',
branch: 'releases/mozilla-release',
repo: 'https://hg.mozilla.org/releases/mozilla-release',
versionFile: 'mobile/android/version.txt',
enableReleaseEta: true,
disableable: false,
},
],
repositories: [
{
Expand Down

0 comments on commit 217f433

Please sign in to comment.