Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOSP-543] Fix MergeBot deployment #51

Merged
merged 4 commits into from
Jan 23, 2020
Merged

[IOSP-543] Fix MergeBot deployment #51

merged 4 commits into from
Jan 23, 2020

Conversation

AliSoftware
Copy link
Contributor

@AliSoftware AliSoftware commented Jan 23, 2020

Why

One of the newly introduced env var was supposed to be optional, but was implemented as required, which made the last attempt at deploying the MergeBot fail (†)

Also another env var was providing a default value… but implemented as required nonetheless

(†) We could just have added the env var to the manifest but making this one optional feels more logical, and will avoid failing for the same reason when Android decides to deploy their instance to latest tag too)

How

Made the 2 env vars optional, and not throws anymore, allowing the default value for it to be useful

Took the occasion to improve env vars doc

@AliSoftware AliSoftware requested review from a team January 23, 2020 13:32
Copy link
Contributor

@danspndl danspndl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🚀

@AliSoftware AliSoftware merged commit 767931e into master Jan 23, 2020
@AliSoftware AliSoftware deleted the olivier/IOSP-543 branch January 23, 2020 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants