We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8703e29 commit 8f2bc22Copy full SHA for 8f2bc22
app/build.gradle
@@ -118,9 +118,10 @@ android {
118
119
// If building locally, just use debug signing. In official automation builds, the
120
// files are signed using a separate service and not within gradle.
121
- if (!gradle.mozconfig.substs.MOZ_AUTOMATION) {
122
- signingConfig = signingConfigs.debug
123
- }
+ // use iceraven CI signing instead
+ // if (!gradle.mozconfig.substs.MOZ_AUTOMATION) {
+ // signingConfig = signingConfigs.debug
124
+ // }
125
126
if (gradle.hasProperty("localProperties.debuggable") ||
127
gradle.mozconfig.substs.MOZ_ANDROID_DEBUGGABLE) {
0 commit comments