Skip to content

Commit 8ee093b

Browse files
committed
Updated CI scripts
1 parent 9e55011 commit 8ee093b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ apply plugin: 'com.github.triplet.play'
1818

1919
play {
2020
track = 'beta'
21-
serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
21+
if (project.hasProperty("ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT")) {
22+
serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
23+
}
2224
pk12File = file('../key.p12')
2325
}
2426

0 commit comments

Comments
 (0)