From 0ad767730987745e0c76080cd0c64d0b41b92b96 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 21 Apr 2021 18:44:22 +0200 Subject: [PATCH] update_android_components.sh: Watch different component. `browser-engine-gecko-nightly` doesn't exist anymore. Let's watch `browser-engine-gecko` instead. --- automation/taskcluster/update_android_components.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/update_android_components.sh b/automation/taskcluster/update_android_components.sh index c16180564..33c64a95a 100755 --- a/automation/taskcluster/update_android_components.sh +++ b/automation/taskcluster/update_android_components.sh @@ -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