Skip to content

Commit

Permalink
update_android_components.sh: Watch different component.
Browse files Browse the repository at this point in the history
`browser-engine-gecko-nightly` doesn't exist anymore. Let's watch `browser-engine-gecko` instead.
  • Loading branch information
pocmo committed Apr 21, 2021
1 parent 29fa49f commit 0ad7677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/update_android_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export REPO="fenix"
git config --global user.email "$EMAIL"
git config --global user.name "$GITHUB_USER"

COMPONENT_TO_WATCH='browser-engine-gecko-nightly'
COMPONENT_TO_WATCH='browser-engine-gecko'
MAVEN_URL="https://nightly.maven.mozilla.org/maven2/org/mozilla/components/$COMPONENT_TO_WATCH"

# Fetch latest version
Expand Down

0 comments on commit 0ad7677

Please sign in to comment.