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

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


The following commit(s) were added to refs/heads/debug-jenkins by this push:
     new 4e456df  source rvm init script
4e456df is described below

commit 4e456df816e86f5721c7819fc02361cf72e7120e
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 2 16:56:45 2022 -0400

    source rvm init script
---
 tools/jenkins/website_build.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/jenkins/website_build.groovy 
b/tools/jenkins/website_build.groovy
index 2331566..809f456 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -13,6 +13,7 @@ node("git-websites") {
     export RUBY_PATH=${WORKSPACE}/shared/.rvm
     export GEM_HOME=${RUBY_PATH}/gems
     curl -sSL https://get.rvm.io | bash -s -- --path ${RUBY_PATH}
+    source ${RUBY_PATH}/scripts/rvm
     rvm list known 
     ruby -v 
     mkdir -p ${GEM_HOME}/gems

Reply via email to