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 22:56:44 UTC

[openwhisk-website] branch debug-jenkins updated: pick up version from .ruby_version

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 0ae8e83  pick up version from .ruby_version
0ae8e83 is described below

commit 0ae8e83c9e61b1e87606a9c475257ad3ebdd8185
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Sun Jan 15 17:56:18 2023 -0500

    pick up version from .ruby_version
---
 tools/jenkins/.#website_build.groovy | 1 -
 tools/jenkins/website_build.groovy   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/jenkins/.#website_build.groovy b/tools/jenkins/.#website_build.groovy
deleted file mode 120000
index 4db2b21..0000000
--- a/tools/jenkins/.#website_build.groovy
+++ /dev/null
@@ -1 +0,0 @@
-dgrove@Dave's-IBM-Mac.51386
\ No newline at end of file
diff --git a/tools/jenkins/website_build.groovy b/tools/jenkins/website_build.groovy
index a5fc90d..168dd0f 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -11,7 +11,7 @@ node("git-websites") {
     git clone https://github.com/rbenv/rbenv.git ${RBENV_ROOT}
     eval "$(${RBENV_ROOT}/bin/rbenv init - sh)"
     git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
-    rbenv install 3.1.3
+    rbenv install
     gem install bundler
     which bundle
     bundle install