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:54:46 UTC

[openwhisk-website] branch debug-jenkins updated: tweak

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 91b361a  tweak
91b361a is described below

commit 91b361a0860982df61e8314b22ddf6c4c4fa3a9d
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sun Jan 15 16:54:20 2023 -0500

    tweak
---
 tools/jenkins/website_build.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index 36bdcef..f0b6eb7 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -13,7 +13,6 @@ node("git-websites") {
     export RBENV_ROOT=${WORKSPACE}/shared/.rbenv
     git clone https://github.com/rbenv/rbenv.git ${RBENV_ROOT}
     export PATH=${RBENV_ROOT}/shims:$PATH
-    curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash exit 1
     which ruby
     ruby -v 
     mkdir -p ${GEM_HOME}/gems