Skip to content

Commit

Permalink
Updated CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter committed Jun 17, 2018
1 parent 9e55011 commit 8ee093b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ apply plugin: 'com.github.triplet.play'

play {
track = 'beta'
serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
if (project.hasProperty("ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT")) {
serviceAccountEmail ANDROID_NETWORK_TOOLS_SERVICE_ACCOUNT
}
pk12File = file('../key.p12')
}

Expand Down

0 comments on commit 8ee093b

Please sign in to comment.