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

fix(developer): bundle.sh must succeed #6091

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Jan 10, 2022

Fixes a build failure after #6074 was merged. The final grep statement in the line

cat package.json | grep -v "@keymanapp/models-templates" | grep -v "@keymanapp/models-wordbreakers" > package.json

would fail to find anything to exclude, and return an error value, so the script would fail, as we use set -e. We didn't care that it didn't find anything to exclude... so we will ignore the return value.

@keymanapp-test-bot skip

Fixes a build failure after #6074 was merged. The final grep statement
in the line

  cat package.json | grep -v "@keymanapp/models-templates" | grep -v "@keymanapp/models-wordbreakers" > package.json

would fail to find anything to exclude, and return an error value, so
the script would fail, as we use `set -e`. We didn't care that it didn't
find anything to exclude... so we will ignore the return value.
@mcdurdin mcdurdin added this to the A15S22 milestone Jan 10, 2022
@keymanapp-test-bot keymanapp-test-bot bot added the user-test-missing User tests have not yet been defined for the PR label Jan 10, 2022
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Jan 10, 2022

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@keymanapp-test-bot keymanapp-test-bot bot removed the user-test-missing User tests have not yet been defined for the PR label Jan 10, 2022
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

lgtm

@mcdurdin mcdurdin merged commit 5b203ca into master Jan 11, 2022
@mcdurdin mcdurdin deleted the fix/developer/6074-patch-for-success branch January 11, 2022 07:24
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 15.0.175-alpha

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.

3 participants