Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Changes Node Version In Bluemix Pipeline #1265

Merged
merged 1 commit into from
Mar 13, 2016

Conversation

ryanjbaxter
Copy link
Contributor

fix(bluemix): Changes Node Version In Bluemix Pipeline

Fixes the requirement that MEANJS requires Node.js 0.12 in order to build.

Fixes #1138

@mleanos
Copy link
Member

mleanos commented Mar 13, 2016

Ryan, could you update the commit message header to follow our contribution guidelines?

Other than that, this LGTM.

@mleanos mleanos added this to the 0.5.0 milestone Mar 13, 2016
@ryanjbaxter
Copy link
Contributor Author

I thought I did...by header do u mean issue title?

@mleanos
Copy link
Member

mleanos commented Mar 13, 2016

I mean the Git commit message header. Right now it's set to "Fix for issue #1138". It should be something similar to what you have in the PR's description. "fix(bluemix): Changes Node Version In Bluemix Pipeline"

@mleanos
Copy link
Member

mleanos commented Mar 13, 2016

I just merged in a fix for a bug that was causing our builds to fail. Can you rebase with upstream? Then the build should pass. I apologize for the inconvenience.

@ryanjbaxter ryanjbaxter force-pushed the change-pipeline-node-version branch from 28da6a1 to c3d8da9 Compare March 13, 2016 02:31
@ryanjbaxter
Copy link
Contributor Author

Hopefully that does it, if not I will take a look at some point tomorrow

@mleanos
Copy link
Member

mleanos commented Mar 13, 2016

The other builds are passing, so I'm sure this one will too. The commit message header looks good now. Thanks.

@@ -47,7 +47,7 @@
"method-override": "~2.3.5",
"gulp-wiredep": "~0.0.0",
"mocha": "~2.4.5",
"mongoose": "~4.4.3",
"mongoose": "~4.4.3 <4.4.7",
Copy link
Member

Choose a reason for hiding this comment

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

why are we limiting the mongoose version number?

Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be in this PR. This diff was already merged into master. See #1264. It fixed the issue with our builds failing.

Copy link
Member

Choose a reason for hiding this comment

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

Ok, got it.
It's ok if it's here then, not a problem.

@lirantal
Copy link
Member

@ryanjbaxter thanks for the PR!
I left a comment, and yes the commit msg is now ok.

lirantal added a commit that referenced this pull request Mar 13, 2016
@lirantal lirantal merged commit d5c6c8e into meanjs:master Mar 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error during build stage while deploying to Bluemix
3 participants