Skip to content

Commit

Permalink
Merge pull request meanjs#1265 from ryanjbaxter/change-pipeline-node-…
Browse files Browse the repository at this point in the history
…version

Changes Node Version In Bluemix Pipeline
  • Loading branch information
lirantal committed Mar 13, 2016
2 parents a5e72cf + c3d8da9 commit d5c6c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bluemix/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ stages:
build_type: grunt
script: |-
#!/bin/bash
# Set Node version to 0.12
export PATH=/opt/IBM/node-v0.12/bin:$PATH
# Install RVM, Ruby, and SASS
# Needed when running grunt build
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Expand Down

0 comments on commit d5c6c8e

Please sign in to comment.