From 1ed4033f9253899e9ce1f8f228f5e8ebaeb88a14 Mon Sep 17 00:00:00 2001 From: "Randall E. Barker" Date: Tue, 11 Jun 2019 02:15:53 -0700 Subject: [PATCH] Ensure every build target is assembled on staging builds of master (#1308) --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 95aaab8a5..8f9454ef9 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -80,7 +80,7 @@ tasks: && git submodule update && . tools/taskcluster/get_third_party.sh && cp tools/gradle/taskcluster.properties ./user.properties - && ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr assembleWavevr assembleSvr assembleOculusvr + && ./gradlew --no-daemon --console=plain clean `python tools/taskcluster/build_targets.py =all` && python tools/taskcluster/fetch_secret.py -s project/firefoxreality/staging-signing-token -o token -n token && python tools/taskcluster/sign_apk.py -t token && python tools/taskcluster/archive_debug_apk.py