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:33:48 UTC

[openwhisk-website] 04/07: try somee more

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 b9f520a1b9b00cab9126feb334619e2ba4d755f9
Author: David Grove <gr...@us.ibm.com>
AuthorDate: Fri Sep 2 17:03:28 2022 -0400

    try somee more
---
 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 809f456..7073a75 100644
--- a/tools/jenkins/website_build.groovy
+++ b/tools/jenkins/website_build.groovy
@@ -13,7 +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}
-    source ${RUBY_PATH}/scripts/rvm
+    . ${RUBY_PATH}/scripts/rvm
     rvm list known 
     ruby -v 
     mkdir -p ${GEM_HOME}/gems