Skip to content

Commit

Permalink
fix: Ensure 'mozilla-vpn-addons' release aren't filtered out of relea…
Browse files Browse the repository at this point in the history
…ses view

Bug: 1871138
  • Loading branch information
ahal committed Jan 15, 2024
1 parent 8820f4c commit c80e3db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions frontend/src/configs/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ module.exports = {
appName: 'mozilla-vpn-addons',
branches: [
{
branch: 'main',
branch: '',
},
],
repositories: [
{
prettyName: 'Staging Mozilla VPN Client',
project: 'mozilla-vpn-client',
project: 'mozilla-vpn-addons',
repo:
'https://github.com/mozilla-releng/staging-mozilla-vpn-client',
enableReleaseEta: false,
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/configs/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ module.exports = {
appName: 'mozilla-vpn-addons',
branches: [
{
branch: 'main',
branch: '',
},
],
repositories: [
{
prettyName: 'Staging Mozilla VPN Client',
project: 'mozilla-vpn-client',
project: 'mozilla-vpn-addons',
repo:
'https://github.com/mozilla-releng/staging-mozilla-vpn-client',
enableReleaseEta: false,
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/configs/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ module.exports = {
appName: 'mozilla-vpn-addons',
branches: [
{
branch: 'main',
branch: '',
},
],
repositories: [
{
prettyName: 'Mozilla VPN Client',
project: 'mozilla-vpn-client',
project: 'mozilla-vpn-addons',
repo: 'https://github.com/mozilla-mobile/mozilla-vpn-client',
enableReleaseEta: false,
enableTreeherder: false,
Expand Down

0 comments on commit c80e3db

Please sign in to comment.