Skip to content

Commit

Permalink
travis: Add -e and -X flags to get output for getting more informatio…
Browse files Browse the repository at this point in the history
…n on #16433
  • Loading branch information
ligi committed Apr 4, 2018
1 parent 6ab9f0a commit f808502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ func doAndroidArchive(cmdline []string) {
if meta.Develop {
repo = *deploy + "/content/repositories/snapshots"
}
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file",
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file", "-e", "-X",
"-settings=build/mvn.settings", "-Durl="+repo, "-DrepositoryId=ossrh",
"-DpomFile="+meta.Package+".pom", "-Dfile="+meta.Package+".aar")
}
Expand Down

0 comments on commit f808502

Please sign in to comment.