We are not receiving emails from the 'Deploy to Bitrise.io' step

Description of the issue

Its simply that we have set up an Android staging build workflow which needs to send out the install links to some people. However, there are no emails going out after executing this step.

Environment:

Where did the issue happen?

Android & Docker, on Ubuntu 16.04

Which build Step causes the issue and which version of the step?

Deploy to Bitrise.io, latest version

Here is the screenshot of the relevant step setup:

The secret contains only 1 email address at the moment, for testing.

The relevant build log is the following:

+------------------------------------------------------------------------------+
| (8) Deploy to Bitrise.io                                                     |
+------------------------------------------------------------------------------+
| id: deploy-to-bitrise-io                                                     |
| version: 1.9.6                                                               |
| collection: https://github.com/bitrise-io/bitrise-steplib.git                |
| toolkit: go                                                                  |
| time: 2020-03-20T12:47:05Z                                                   |
+------------------------------------------------------------------------------+
|                                                                              |
Config:
- BuildURL: removedfrompost
- APIToken: [REDACTED]
- IsCompress: false
- ZipName: 
- DeployPath: /bitrise/deploy
- NotifyUserGroups: none
- NotifyEmailList: [REDACTED]
- IsPublicPageEnabled: true
- PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
- BuildSlug: 077913812e4d4bfb
- TestDeployDir: /tmp/test_results699361957
- AppSlug: 2f05550ab574a0be
- AddonAPIBaseURL: [REDACTED]
- AddonAPIToken: [REDACTED]
- DebugMode: false
Deploying the content of the Deploy directory separately
List of files to deploy

(removed from post.. lists of artifacts uploaded...)

Success
You can find the Artifact on Bitrise, on the Build's page: removedfrompost
The public install page url is now available in the Environment Variable: BITRISE_PUBLIC_INSTALL_PAGE_URL (value: removedfrompost)
A map of deployed files and their public install page urls is now available in the Environment Variable: BITRISE_PUBLIC_INSTALL_PAGE_URL_MAP (removedfrompost)
Upload test results
- uploading (0) test results
Success

Hello,

Are these email addresses associate with Bitrise accounts? If so, those accounts have to be “watching” the app.

cathy

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.