Closed mochadwi closed 4 years ago
Looks like your credentials file is empty or corrupted.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is only happened when running on the Gitlab CI Server. When trying the exact script as my gitlab yaml in local, there's no problem @SUPERCILEX
Please see my comment above. Probably because you're not setting up the credentials file. You can also use an environment variable: https://github.com/Triple-T/gradle-play-publisher#authenticating-gradle-play-publisher
I'm using Gitlab CI variables with protected & masked turned-on, thus the decoding json file failed resulting in empty JSON files. Thanks @SUPERCILEX
Describe the bug
Failed when running
upload{BuildVariant}PrivateBundle
with below error:How To Reproduce
Versions
Tasks executed
What tasks did you run? For example,
upload{BuildVariant}PrivateBundle
.Expected behavior
No error occurred.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.