You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/08/18 19:23:53 UTC

[openwhisk-website] branch master updated: tweaking for new Jenkins environment

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8eb694a  tweaking for new Jenkins environment
8eb694a is described below

commit 8eb694afc728a67fa224e9ce1effb55a7c710095
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Mon Aug 17 11:45:00 2020 -0400

    tweaking for new Jenkins environment
---
 tools/jenkins/website_build.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index c4cd5e7..d24118d 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -10,7 +10,7 @@ node("git-websites") {
     env
     export
     echo "Set ruby path to avoid writing to /usr directory"
-    export RUBY_PATH=~/shared/.rvm
+    export RUBY_PATH=${WORKSPACE}/shared/.rvm
     export GEM_HOME=${RUBY_PATH}/gems
     curl -sSL https://get.rvm.io | bash -s -- --path ${RUBY_PATH}
     mkdir -p ${GEM_HOME}/gems