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

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Dec 5, 2015
1 parent 43c7041 commit 9af6f2b
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 9af6f2b

Please sign in to comment.