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

Commit

Permalink
Merge pull request #1091 from mpfeil/bluemix-rvmpath-patch
Browse files Browse the repository at this point in the history
change rvm path for bluemix deployment
  • Loading branch information
lirantal committed Dec 7, 2015
2 parents 43c7041 + 9af6f2b commit 3887be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bluemix/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby --gems=sass
# Start RVM
source /home/jenkins/.rvm/scripts/rvm
source /home/pipeline/.rvm/scripts/rvm
# Build MEANJS
npm install
grunt build
Expand All @@ -39,4 +39,4 @@ stages:
#!/bin/bash
cf push
# view logs
#cf logs "${CF_APP}" --recent
#cf logs "${CF_APP}" --recent

0 comments on commit 3887be9

Please sign in to comment.