Skip to content

Commit 8f2bc22

Browse files
committed
remove debug signing
1 parent 8703e29 commit 8f2bc22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ android {
118118

119119
// If building locally, just use debug signing. In official automation builds, the
120120
// files are signed using a separate service and not within gradle.
121-
if (!gradle.mozconfig.substs.MOZ_AUTOMATION) {
122-
signingConfig = signingConfigs.debug
123-
}
121+
// use iceraven CI signing instead
122+
// if (!gradle.mozconfig.substs.MOZ_AUTOMATION) {
123+
// signingConfig = signingConfigs.debug
124+
// }
124125

125126
if (gradle.hasProperty("localProperties.debuggable") ||
126127
gradle.mozconfig.substs.MOZ_ANDROID_DEBUGGABLE) {

0 commit comments

Comments
 (0)