-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[steps] [Issue 2261] Fix multiline text messages (#359)
* [build-tools] Fix text messages Added test to check if the multiline message gets sent properly See: https://linear.app/expo/issue/ENG-11196/create-custom-build-example-slacking-team-members * [build-tools] Fix text messages Replacing all occurrences of `\\n` with `\n` after `JSON.stringify()` See: https://linear.app/expo/issue/ENG-11196/create-custom-build-example-slacking-team-members * [build-tools] Fix text messages Extracted the logic to a separate function and added tests for the case that came up during testing See: https://linear.app/expo/issue/ENG-11196/create-custom-build-example-slacking-team-members * [build-tools] Revert change Removed fixing escape characters from sendSlackMessage.ts to make it more global See: https://linear.app/expo/issue/ENG-11196/create-custom-build-example-slacking-team-members * [steps] Globally fix escape characters Added escape character fix to value getter in BuildStepInput.ts See: expo/eas-cli#2261 * [steps] Add tests Added tests for global fix for new line escape characters See: expo/eas-cli#2261
- Loading branch information
1 parent
add3967
commit b8e6954
Showing
3 changed files
with
169 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters