Skip to content

Commit

Permalink
Debug logging for maven sign-and-deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Mantas Domaševičius <[email protected]>
  • Loading branch information
mdomasevicius committed Mar 14, 2024
1 parent c3a99e5 commit a0a0f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/release/android_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand All @@ -77,6 +78,7 @@ func ReleaseAndroidSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand Down Expand Up @@ -114,6 +116,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand All @@ -130,6 +133,7 @@ func ReleaseAndroidProviderSDK() error {
"MAVEN_USER": env.Str(MAVEN_USER),
"MAVEN_PASS": env.Str(MAVEN_PASS),
}, "mvn",
"-X",
"gpg:sign-and-deploy-file",
"--settings=bin/package/android_provider/mvn.settings",
"-DrepositoryId="+REPOSITORY_ID,
Expand Down

0 comments on commit a0a0f84

Please sign in to comment.