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 2023/01/15 21:33:46 UTC

[openwhisk-website] 02/07: list ruby versions

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

commit b2b45310f0ba1b5d7dac0c46b8d76aa055fc96db
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Fri Sep 2 16:49:54 2022 -0400

    list ruby versions
---
 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 3676667..2331566 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}
+    rvm list known 
     ruby -v 
     mkdir -p ${GEM_HOME}/gems
     gem install  --install-dir ${GEM_HOME} jekyll bundler