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 1ec3732 debug
1ec3732 is described below
commit 1ec373266402bdc4b6afd598220361099309dd74
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