diff --git a/.bluemix/pipeline.yml b/.bluemix/pipeline.yml index c2a53b280e..7b65405d8e 100644 --- a/.bluemix/pipeline.yml +++ b/.bluemix/pipeline.yml @@ -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 @@ -39,4 +39,4 @@ stages: #!/bin/bash cf push # view logs - #cf logs "${CF_APP}" --recent \ No newline at end of file + #cf logs "${CF_APP}" --recent