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 0646ddfd42512035edb41fcb9fb725f48ce75946
Author: David Grove <[email protected]>
AuthorDate: Fri Sep 2 17:41:15 2022 -0400

    debug
---
 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 e56e9c3..b551e49 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -12,7 +12,7 @@ node("git-websites") {
     echo "Install rbenv into the workspace"
     export RBENV_ROOT=${WORKSPACE}/shared/.rbenv
     git clone https://github.com/rbenv/rbenv.git ${RBENV_ROOT}
-    export PATH=${RBENV_ROOT}/bin:$PATH
+    export PATH=${RBENV_ROOT}/shims:$PATH
     curl -fsSL 
https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash    
     exit 1
 

Reply via email to