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 9843cddd86d6bdcc2bea7e12c40f4886ddb340a5 Author: David Grove <[email protected]> AuthorDate: Fri Sep 2 17:16:18 2022 -0400 debugging --- tools/jenkins/website_build.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy index 7073a75..9c35f7e 100644 --- a/tools/jenkins/website_build.groovy +++ b/tools/jenkins/website_build.groovy @@ -13,8 +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} - . ${RUBY_PATH}/scripts/rvm - rvm list known + which ruby ruby -v mkdir -p ${GEM_HOME}/gems gem install --install-dir ${GEM_HOME} jekyll bundler
